File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ jobs:
9898 # git diff --exit-code -I "^# RUN" origin/sycl-rel-6_3:sycl/test/abi/sycl_symbols_linux.dump sycl/test/abi/sycl_symbols_linux-sycl-rel-6_3.dump
9999 # git diff --exit-code -I "^# RUN" origin/sycl-rel-6_3:sycl/test/abi/sycl_symbols_windows.dump sycl/test/abi/sycl_symbols_windows-sycl-rel-6_3.dump
100100
101- # get_date:
102- # runs-on: ubuntu-latest
103- # outputs:
104- # date: ${{ steps.get_date.outputs.date }}
105- # steps:
106- # - id: get_date
107- # run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
101+ get_date :
102+ runs-on : ubuntu-latest
103+ outputs :
104+ date : ${{ steps.get_date.outputs.date }}
105+ steps :
106+ - id : get_date
107+ run : echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
108108
109109 ubuntu2204_build :
110110 # needs: get_date
You can’t perform that action at this time.
0 commit comments