Fix to use REPOSITORY

This commit is contained in:
anarcher 2019-10-27 01:41:53 +09:00
parent 8c101cbc1e
commit c55b1c209b

View File

@ -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;