Skip to content

Commit

Permalink
ci: add hash in the commit message too
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Nov 1, 2024
1 parent da5b517 commit ffe9dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompileTimeDelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
git config user.email [email protected]
git add docs/timings/raw_html
NEW_BUILD_HTML_FILE=$(ls -t docs/timings/raw_html/ | head -n1)
git commit -m "ci: add build timing html file $NEW_BUILD_HTML_FILE"
git commit -m "ci: add build timing html file $NEW_BUILD_HTML_FILE_${{ env.COMMIT_HASH }}"
git push

0 comments on commit ffe9dea

Please sign in to comment.