Skip to content

Commit

Permalink
Provide username and email for git
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 committed Jan 9, 2024
1 parent 007e092 commit 34999e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Push to build branch
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git checkout -b build
git add -f ./dist
git commit -m "Build"
Expand Down

0 comments on commit 34999e9

Please sign in to comment.