Skip to content

Commit

Permalink
chore(actions): Use GITHUB_OUTPUT for job output
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyCoffee committed Jan 6, 2025
1 parent d491ffe commit 5690db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- id: should_run
continue-on-error: true
name: check latest commit is less than a day
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 "should_run=false" >> $GITHUB_OUTPUT

chromatic:
name: Run Chromatic
Expand Down

0 comments on commit 5690db2

Please sign in to comment.