chore(ci): don't use set-output

This commit is contained in:
sentriz
2022-12-28 01:22:58 +00:00
parent 832fd02c53
commit 7e917d0a08

View File

@@ -14,8 +14,8 @@ jobs:
- id: check
run: |
test -n "$(git rev-list --after="24 hours" ${{ github.sha }})" \
&& echo "::set-output name=should_run::true" \
|| echo "::set-output name=should_run::false"
&& echo "should_run=true" >>$GITHUB_OUTPUT \
|| echo "should_run=false" >>$GITHUB_OUTPUT
test:
name: Lint and test
needs: check-date