Skip to content

Commit 1d10865

Browse files
committed
Merge branch 'ew/input-envs' of github.com:salesforcecli/github-workflows into ew/input-envs
2 parents cf69de6 + da868e6 commit 1d10865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/gitConfig/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: |
1818
git config --global push.default current
1919
git config --global user.name "$INPUTS_USERNAME"
20-
git config --global user.email "INPUTS_EMAIL"
20+
git config --global user.email "$INPUTS_EMAIL"
2121
env:
2222
INPUTS_USERNAME: ${{ inputs.username }}
2323
INPUTS_EMAIL: ${{ inputs.email }}

0 commit comments

Comments
 (0)