Skip to content

Commit

Permalink
fix: DEPLOY FATAL
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkey2011 committed Jun 17, 2021
1 parent 572c993 commit c125854
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 @@ -32,7 +32,7 @@ else
fi

# Final repository
DEPLOY_REPO="https://${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
DEPLOY_REPO="https://username:${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
if [ "$TARGET_LINK" ]; then
DEPLOY_REPO="$TARGET_LINK"
fi
Expand Down

0 comments on commit c125854

Please sign in to comment.