Skip to content

Commit

Permalink
removed dep warning for set-ouput
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Dec 28, 2023
1 parent 11b4a70 commit d93e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ark.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
continue-on-error: true
name: check latest commit is less than a day
if: ${{ github.event_name == 'schedule' }}
run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "::set-output name=should_run::false"
run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "{name}={should_run::false}" >> $GITHUB_OUTPUT



Expand Down

0 comments on commit d93e92f

Please sign in to comment.