Skip to content

Commit

Permalink
modify for another non-github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHu committed Sep 11, 2020
1 parent 40bf560 commit 77e89e7
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 @@ -24,6 +24,6 @@ fi

cd ${INPUT_DIRECTORY}

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

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

0 comments on commit 77e89e7

Please sign in to comment.