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 16f20ec commit ff2ee79Copy full SHA for ff2ee79
1 file changed
.github/workflows/deploy.yml
@@ -45,5 +45,6 @@ jobs:
45
git add .
46
git config user.name github-actions
47
git config user.email github-actions@github.com
48
- git commit -m "Add latest update-site for version ${GITHUB_REF##*/}"
+ git commit -F - <<EOF
49
+ Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
50
git push origin gh-pages
0 commit comments