Skip to content

Commit

Permalink
Update update_readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbaumler authored Jan 31, 2024
1 parent cce4f5f commit 8a9ee67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
update-readme:
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Commit and push changes
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git config --global user.email "ccbaumler@users.noreply.github.com"
git add README.md links.txt
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push

0 comments on commit 8a9ee67

Please sign in to comment.