We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc8e21 commit 3425bf9Copy full SHA for 3425bf9
.github/workflows/rebuild.yml
@@ -77,7 +77,7 @@ jobs:
77
git add --all
78
git commit -m "Rebuild"
79
git push origin "HEAD:$BRANCH"
80
- echo "::set-output name=changes::true"
+ echo "changes=true" >> $GITHUB_OUTPUT
81
fi
82
83
- name: Notify about rebuild
0 commit comments