Skip to content

Commit

Permalink
Update pull_requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Sep 14, 2022
1 parent 81ee8db commit 7589257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7589257

Please sign in to comment.