mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
fix: 💚 GH actions: handle "nothing to commit"
This commit is contained in:
parent
cab4a1cb23
commit
e6027304a2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git add ${{github.workspace}}/docs/REFERENCE_STYLE.md
|
||||
git commit -m "docs: 📝 update reference-style table"
|
||||
git commit -m "docs: 📝 update reference-style table" || echo "skipped commit"
|
||||
git status -s
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue