Skip to content

Commit 63bd86e

Browse files
committed
fix(ci): tag-release failed during git config
Because: - Tag release worlflow failed during execution This commit: - Removed additional whitespace in variable Closes #
1 parent d6cf7a7 commit 63bd86e

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)