Skip to content

Commit

Permalink
Update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eclecticCodingND committed Jul 15, 2024
1 parent 49c42fb commit 98ce43d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update list count in README" -a || echo "No changes to commit"
git push
git push origin HEAD:master # Ensure this matches your repository's default branch


0 comments on commit 98ce43d

Please sign in to comment.