Skip to content

Commit 64fc152

Browse files
committed
fixing input git username
1 parent 235496f commit 64fc152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PULL_REQUEST_BRANCH_NAME="$INPUT_PULL_REQUEST_BRANCH_NAME"
2525
echo "Pull request : $PULL_REQUEST_BRANCH_NAME"
2626
GIT_EMAIL="$INPUT_GIT_EMAIL"
2727
echo "Git email : $GIT_EMAIL"
28-
GIT_USERNAME="$GIT_USERNAME"
28+
GIT_USERNAME="$INPUT_GIT_USERNAME"
2929
echo "Git username : $GIT_USERNAME"
3030

3131
# set temp path

0 commit comments

Comments
 (0)