Skip to content

Commit

Permalink
add git config back
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 6, 2024
1 parent 1b8dba9 commit 809b6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
path: manifests/
- name: Check and commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add manifests
git commit -m "manifest: update"
- name: Push changes
Expand Down

0 comments on commit 809b6d6

Please sign in to comment.