Skip to content

Commit

Permalink
Merge pull request #41 from gstokkink/use-new-github-actions-output-s…
Browse files Browse the repository at this point in the history
…yntax

Use new Github Actions output syntax
  • Loading branch information
ethomson authored Feb 22, 2024
2 parents 98d5ecd + ca85a35 commit 50e3bd4
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 50e3bd4

Please sign in to comment.