Skip to content

Commit 0d03188

Browse files
authored
Merge pull request #18834 from mozilla/fix-tag-release-space
fix(ci): tag-release failed during git config
2 parents d6cf7a7 + 63bd86e commit 0d03188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Initialize mandatory git config
4040
run: |
41-
git config user.name "${TRIGGERING_ACTOR }"
41+
git config user.name "${TRIGGERING_ACTOR}"
4242
git config user.email "[email protected]"
4343
env:
4444
TRIGGERING_ACTOR: "${{ github.triggering_actor }}"

0 commit comments

Comments
 (0)