summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xpublish-from-actions.sh2
1 files changed, 1 insertions, 1 deletions
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