We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d03188 + 682e93d commit 164ae6bCopy full SHA for 164ae6b
1 file changed
.github/workflows/tag-release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Initialize mandatory git config
40
run: |
41
- git config user.name "${TRIGGERING_ACTOR}"
+ git config user.name "${TRIGGERING_ACTOR }"
42
git config user.email "[email protected]"
43
env:
44
TRIGGERING_ACTOR: "${{ github.triggering_actor }}"
0 commit comments