diff --git a/publish-from-actions.sh b/publish-from-actions.sh index 6cfe14e..a435fa9 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -88,4 +88,4 @@ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" echo `date` >> forcebuild.date git add -A git commit -m 'Deploy to GitHub Pages' -git push --force $REMOTE_REPO master:$REMOTE_BRANCH \ No newline at end of file +git push $REMOTE_REPO $REMOTE_BRANCH:$REMOTE_BRANCH \ No newline at end of file