Skip to content

Commit fde72ab

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/template-init.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
7171
- name: Commit and push workflow deletion
7272
run: |
73-
git config --global user.name "github-actions[bot]"
74-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
73+
git config --global user.name "$GITHUB_ACTOR"
74+
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
7575
7676
git add .github/workflows/template-init.yaml
7777
git commit -m "Remove template-init workflow after initialization" || echo "Nothing to commit"

0 commit comments

Comments
 (0)