From 98ce43dc0c5af1a64ae662eace20da5f8dc6e30b Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Mon, 15 Jul 2024 08:13:36 -0400 Subject: [PATCH] Update commit --- .github/workflows/update-banner.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-banner.yml b/.github/workflows/update-banner.yml index 087dd9bf..bc961714 100644 --- a/.github/workflows/update-banner.yml +++ b/.github/workflows/update-banner.yml @@ -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 + +