Skip to content

Commit 164ae6b

Browse files
authored
Merge pull request #18836 from mozilla/revert-18834-fix-tag-release-space
Revert "fix(ci): tag-release failed during git config"
2 parents 0d03188 + 682e93d commit 164ae6b

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)