Skip to content

Commit

Permalink
Update : action-bot email address
Browse files Browse the repository at this point in the history
  • Loading branch information
unggu0704 authored Nov 13, 2024
1 parent 45d4a8b commit 9456ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Commit Manifest
run: |
cd gitops/backend/base
git config --global user.name 'git-actions'
git config --global user.email 'kyuhung1001@gmail.com'
git config --global user.name 'git-actions-bot'
git config --global user.email '[email protected].com'
git add kustomization.yaml
git commit -m 'Update image tag from Github Action'
cat kustomization.yaml
Expand Down

0 comments on commit 9456ab3

Please sign in to comment.