Skip to content

Commit

Permalink
changed bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
efumagal committed Aug 7, 2023
1 parent bdef841 commit 1a350ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: "Push Updated Image Tag"
run: |
git config --global user.name "ci-bot"
git config --global user.email "ci-bot@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "feat: Update deployment image tag to ${{ github.sha }}"
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
git push

0 comments on commit 1a350ed

Please sign in to comment.