We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dade612 commit fde72abCopy full SHA for fde72ab
1 file changed
.github/workflows/template-init.yaml
@@ -70,8 +70,8 @@ jobs:
70
71
- name: Commit and push workflow deletion
72
run: |
73
- git config --global user.name "github-actions[bot]"
74
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "$GITHUB_ACTOR"
+ git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
75
76
git add .github/workflows/template-init.yaml
77
git commit -m "Remove template-init workflow after initialization" || echo "Nothing to commit"
0 commit comments