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 bf74058 commit cc23db8Copy full SHA for cc23db8
.github/workflows/toPages.yml
@@ -74,5 +74,5 @@ jobs:
74
git config user.name "github-actions[bot]"
75
git config user.email "github-actions[bot]@users.noreply.github.com"
76
git add .
77
- git commit -m "Manual deploy from release ${{ github.event.inputs.release_name }}" || echo "Nothing to commit"
+ git commit -m "Release ${{ github.event.inputs.release_name }}" || echo "Nothing to commit"
78
git push
0 commit comments