We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98d5ecd + ca85a35 commit 50e3bd4Copy full SHA for 50e3bd4
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
id: status
71
run: |
72
if [ -n "$(git status --porcelain)" ]; then
73
- echo "::set-output name=has_changes::1"
+ echo "has_changes=1" >> $GITHUB_OUTPUT
74
fi
75
working-directory: dist
76
- name: Publish action
0 commit comments