Skip to content

Commit 11493de

Browse files
Update template-init.yaml
1 parent fde72ab commit 11493de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template-init.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
5858
- name: Commit changes
5959
run: |
60-
git config --global user.name "github-actions[bot]"
61-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
60+
git config --global user.name "$GITHUB_ACTOR"
61+
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
6262
6363
git add charts/
6464
git commit -m "Initialize chart with renamed folder and metadata" || echo "Nothing to commit"

0 commit comments

Comments
 (0)