Skip to content

Commit

Permalink
Merge pull request #19 from sniranjan/master
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
dmnemec authored Mar 15, 2021
2 parents ad238f5 + 639901e commit 387b8d0
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 @@ -11,7 +11,7 @@ fi

if [ -z "$INPUT_DESTINATION_BRANCH" ]
then
INPUT_DESTINATION_BRANCH=master
INPUT_DESTINATION_BRANCH=main
fi
OUTPUT_BRANCH="$INPUT_DESTINATION_BRANCH"

Expand Down

0 comments on commit 387b8d0

Please sign in to comment.