Skip to content

Commit

Permalink
Fix: Fixed force add the README
Browse files Browse the repository at this point in the history
  • Loading branch information
louanfontenele committed Dec 29, 2024
1 parent 592a6b2 commit 468a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add README.md
git add -f README.md
git diff --quiet && git diff --staged --quiet || git commit -m "Chore: Update README automatically"
git push

0 comments on commit 468a847

Please sign in to comment.