Skip to content

Commit 50e3bd4

Browse files
authored
Merge pull request #41 from gstokkink/use-new-github-actions-output-syntax
Use new Github Actions output syntax
2 parents 98d5ecd + ca85a35 commit 50e3bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: status
7171
run: |
7272
if [ -n "$(git status --porcelain)" ]; then
73-
echo "::set-output name=has_changes::1"
73+
echo "has_changes=1" >> $GITHUB_OUTPUT
7474
fi
7575
working-directory: dist
7676
- name: Publish action

0 commit comments

Comments
 (0)