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 90f5c3a commit cce4f5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ jobs:
awk 'BEGIN{p=1} /^## Notes/{print "## Notes"; system("cat links.txt"); p=0} p' README.md > temp_readme.md
mv temp_readme.md README.md
- name: Commit and push changes
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add README.md links.txt
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push

0 comments on commit cce4f5f

Please sign in to comment.