Skip to content

Commit

Permalink
Sensible name for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 committed Jun 13, 2022
1 parent 6b38a17 commit a208f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Commit latest release version
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.name 'Your Name'
git config --global user.name 'A Bot'
git config --global user.email '[email protected]'
git commit -am "New upstream version"
git push
Expand Down

0 comments on commit a208f06

Please sign in to comment.