Skip to content

Commit

Permalink
Fix git config to push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Apr 22, 2024
1 parent a1fea17 commit 8150a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hex2bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Commit and push changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git add .
git commit -m "Add converted BIN files"
git push
Expand Down

0 comments on commit 8150a8f

Please sign in to comment.