Skip to content

Commit

Permalink
Merge pull request #22 from anarcher/master
Browse files Browse the repository at this point in the history
Fix to use REPOSITORY
  • Loading branch information
ad-m authored Oct 26, 2019
2 parents 8c101cb + c55b1c2 commit 68af989
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 68af989

Please sign in to comment.