Skip to content

Commit

Permalink
Merge pull request #1 from LemurP/master
Browse files Browse the repository at this point in the history
Fix user_email from wrong command line number
  • Loading branch information
nkoppel authored Jul 31, 2021
2 parents 0be7eec + 819681f commit 63c437f
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 @@ -7,8 +7,8 @@ echo "Starts"
SOURCE_FILES="$1"
DESTINATION_GITHUB_USERNAME="$2"
DESTINATION_REPOSITORY_NAME="$3"
USER_EMAIL="$4"
DESTINATION_DIRECTORY="$4"
USER_EMAIL="$5"
DESTINATION_REPOSITORY_USERNAME="$6"
TARGET_BRANCH="$7"
COMMIT_MESSAGE="$8"
Expand Down

0 comments on commit 63c437f

Please sign in to comment.