Skip to content

Commit

Permalink
updated git config inside github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Oct 13, 2024
1 parent f8af55c commit 8eb65b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-action-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Commit and push
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name asyncapi-bot
git config --global user.email [email protected]
git add action.yml
git commit -m "chore(action): update docker version in action.yml"
git push https://${{ env.GITHUB_TOKEN }}@github.com/asyncapi/cli
Expand Down

0 comments on commit 8eb65b4

Please sign in to comment.