Update pull_requests.yml

This commit is contained in:
Russell Dempsey 2022-09-14 14:10:05 -07:00 committed by GitHub
parent 81ee8dbe5c
commit 7589257cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@ jobs:
cache_name: readme
- name: Commit updates to README.md
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
git config --local user.name "ipfs-gui-bot"
git add README.md
git commit -m "chore: update README.md" || echo "No changes, skipping commit"
- name: Push changes