Skip to content

Commit

Permalink
wiki-build-action: update the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 20, 2024
1 parent 6b1222f commit 575c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Rebuild for commit #$(git rev-parse --short --verify main)"
git commit -m "Rebuild for commit ${{GITHUB_SHA}}"
git push

0 comments on commit 575c996

Please sign in to comment.