Skip to content

Commit

Permalink
style: rewrite commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Dec 29, 2024
1 parent b9a39f3 commit 36e19f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Regenerate bootstrap files
run: make update_bootstrap

- name: Commit and push changes
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "Pushing changes."
git add .
git commit -m "Auto-update bootstrap files"
git commit -m "auto: update bootstrap files"
git push
else
echo "No changes detected."
Expand Down

0 comments on commit 36e19f9

Please sign in to comment.