Skip to content

Commit

Permalink
ci: add support for file name in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Oct 6, 2024
1 parent 4b2e873 commit 42403b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CompileTimeDelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
git config user.name "compile-timings[bot]"
git config user.email [email protected]
git add timings
git commit -m "ci: add build timing information for app-server"
NEW_BUILD_HTML_FILE=$(ls -t timings/raw_html/ | head -n1)
git commit -m "ci: add build timing html file $NEW_BUILD_HTML_FILE and it's extracted json files"
git push

0 comments on commit 42403b8

Please sign in to comment.