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
|
- id: check
|
||||||
run: |
|
run: |
|
||||||
test -n "$(git rev-list --after="24 hours" ${{ github.sha }})" \
|
test -n "$(git rev-list --after="24 hours" ${{ github.sha }})" \
|
||||||
&& echo "::set-output name=should_run::true" \
|
&& echo "should_run=true" >>$GITHUB_OUTPUT \
|
||||||
|| echo "::set-output name=should_run::false"
|
|| echo "should_run=false" >>$GITHUB_OUTPUT
|
||||||
test:
|
test:
|
||||||
name: Lint and test
|
name: Lint and test
|
||||||
needs: check-date
|
needs: check-date
|
||||||
|
|||||||
Reference in New Issue
Block a user