We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6cf7a7 + 63bd86e commit 0d03188Copy full SHA for 0d03188
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