mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-21 05:38:01 +00:00
Update commit
This commit is contained in:
parent
49c42fbaac
commit
98ce43dc0c
4
.github/workflows/update-banner.yml
vendored
4
.github/workflows/update-banner.yml
vendored
@ -26,5 +26,7 @@ jobs:
|
|||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "Update list count in README" -a || echo "No changes to commit"
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user