Skip to content

Commit

Permalink
fixing input git username
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Mar 15, 2021
1 parent 235496f commit 64fc152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PULL_REQUEST_BRANCH_NAME="$INPUT_PULL_REQUEST_BRANCH_NAME"
echo "Pull request : $PULL_REQUEST_BRANCH_NAME"
GIT_EMAIL="$INPUT_GIT_EMAIL"
echo "Git email : $GIT_EMAIL"
GIT_USERNAME="$GIT_USERNAME"
GIT_USERNAME="$INPUT_GIT_USERNAME"
echo "Git username : $GIT_USERNAME"

# set temp path
Expand Down

0 comments on commit 64fc152

Please sign in to comment.