We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf69de6 + da868e6 commit 1d10865Copy full SHA for 1d10865
1 file changed
.github/actions/gitConfig/action.yml
@@ -17,7 +17,7 @@ runs:
17
run: |
18
git config --global push.default current
19
git config --global user.name "$INPUTS_USERNAME"
20
- git config --global user.email "INPUTS_EMAIL"
+ git config --global user.email "$INPUTS_EMAIL"
21
env:
22
INPUTS_USERNAME: ${{ inputs.username }}
23
INPUTS_EMAIL: ${{ inputs.email }}
0 commit comments