Skip to content

Commit

Permalink
Add git user config
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 28, 2024
1 parent 026e574 commit f56a6db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_main_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Commit and push changes
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add .
git commit -m "Automatic file updates"
git push origin provisional
Expand Down

0 comments on commit f56a6db

Please sign in to comment.