Skip to content

Commit 89260aa

Browse files
author
Philip Keicher
committed
remove rebase option
1 parent 7fe006d commit 89260aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_to_overleaf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_docs.git
2323
24-
git push --rebase origin_token HEAD:sync_overleaf
24+
git push origin_token HEAD:sync_overleaf
2525
2626
update_overleaf:
2727
runs-on: ubuntu-latest
@@ -35,5 +35,5 @@ jobs:
3535
run: |
3636
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
3737
38-
git push --rebase overleaf HEAD:master
38+
git push overleaf HEAD:master
3939

0 commit comments

Comments
 (0)