Skip to content

Commit c1a5be8

Browse files
committed
yml fix
1 parent 90d0d95 commit c1a5be8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
ref: ${{ env.SYCL_REL_BRANCH }}
29-
run: |
30-
git show --quiet | tee -a $GITHUB_STEP_SUMMARY
29+
- run: git show --quiet | tee -a $GITHUB_STEP_SUMMARY
3130

3231
- id: is_new_commit
3332
if: ${{ github.event_name == 'schedule' }}
34-
run: test -z $(git rev-list --after="24 hours" HEAD) && echo "::set-output name=is_new_commit::false"
33+
run: test -z $(git rev-list --after="24 hours" HEAD) && echo "is_new_commit=false" >> $GITHUB_OUTPUT
3534

3635
ubuntu2204_build:
3736
needs: [check_for_new_commits]

0 commit comments

Comments
 (0)