Skip to content

Commit

Permalink
Use new Github Actions output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gstokkink committed Jan 22, 2024
1 parent a62f3b2 commit ca85a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: status
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "::set-output name=has_changes::1"
echo "has_changes=1" >> $GITHUB_OUTPUT
fi
working-directory: dist
- name: Publish action
Expand Down

0 comments on commit ca85a35

Please sign in to comment.