Skip to content

Commit 68af989

Browse files
authored
Merge pull request #22 from anarcher/master
Fix to use REPOSITORY
2 parents 8c101cb + c55b1c2 commit 68af989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ fi
1919

2020
cd ${INPUT_DIRECTORY}
2121

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

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

0 commit comments

Comments
 (0)