Skip to content

Commit

Permalink
Fix to use REPOSITORY
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcher committed Oct 26, 2019
1 parent 8c101cb commit c55b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ fi

cd ${INPUT_DIRECTORY}

remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"

git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION;

0 comments on commit c55b1c2

Please sign in to comment.