We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
user.name
1 parent 89ebb00 commit 5c9eef1Copy full SHA for 5c9eef1
incubating/git-commit/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: git-commit
5
- version: 0.0.18
+ version: 0.0.19
6
isPublic: true
7
description: Commit and push changes to repository
8
icon:
@@ -175,7 +175,7 @@ spec:
175
- cd ${WORKING_DIRECTORY}
176
- export GIT_FQDN=$(git remote get-url --push origin | awk -F[/:] '{print $4}')
177
- echo GIT_USER_NAME=$GIT_USER_NAME GIT_USER_EMAIL=$GIT_USER_EMAIL
178
- - git config --global user.name ${GIT_USER_NAME}
+ - git config --global user.name "${GIT_USER_NAME}"
179
- git config --global user.email ${GIT_USER_EMAIL}
180
- git add ${ADD_FILES}
181
- git commit ${ALLOW_EMPTY} -m "${COMMIT_MESSAGE}"
0 commit comments