Skip to content

Commit

Permalink
git configure
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 5, 2024
1 parent 70c9ca3 commit 2d1ae86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade_http4k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
steps:
- uses: actions/[email protected]
- run: |
git config --local user.name "github-actions"
git config --local user.email "[email protected]"
./upgrade_http4k.sh ${{ github.event.client_payload.version }}
git commit -am "Upgrade http4k"
git commit -am "Upgrade http4k"
- name: Push changes
run: git push
env:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upgrade_http4k_connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
steps:
- uses: actions/[email protected]
- run: |
./upgrade_http4k_connect.sh ${{ github.event.client_payload.version }}
git commit -am "Upgrade http4k"
git config --local user.name "github-actions"
git config --local user.email "[email protected]"
./upgrade_http4k_connect.sh ${{ github.event.client_payload.version }}
git commit -am "Upgrade http4k"
- name: Push changes
run: git push
env:
Expand Down

0 comments on commit 2d1ae86

Please sign in to comment.