Skip to content

Commit ff2ee79

Browse files
authored
Add provenance of release to commit message (#658)
This makes it easier to find which commit on `main` created which commit in the `gh-pages` branch.
1 parent 16f20ec commit ff2ee79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
4545
git add .
4646
git config user.name github-actions
4747
git config user.email github-actions@github.com
48-
git commit -m "Add latest update-site for version ${GITHUB_REF##*/}"
48+
git commit -F - <<EOF
49+
Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
4950
git push origin gh-pages

0 commit comments

Comments
 (0)