chore(ci): don't use set-output
This commit is contained in:
4
.github/workflows/nightly-release.yaml
vendored
4
.github/workflows/nightly-release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user