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.
1 parent 72cbfdb commit 042947fCopy full SHA for 042947f
action.yml
@@ -81,8 +81,8 @@ runs:
81
| head -n 1 \
82
| cut -d':' -f5 \
83
)
84
- git config --global user.name ${{ inputs.git-username }}
85
- git config --global user.email ${{ inputs.git-email }}
+ git config --global user.name "${{ inputs.git-username }}"
+ git config --global user.email "${{ inputs.git-email }}"
86
git config --global user.signingkey $CI_SIGNINGKEY_ID
87
git config --global commit.gpgsign true
88
git config --global tag.gpgsign true
0 commit comments