We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe006d commit 89260aaCopy full SHA for 89260aa
.github/workflows/push_to_overleaf.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_docs.git
23
24
- git push --rebase origin_token HEAD:sync_overleaf
+ git push origin_token HEAD:sync_overleaf
25
26
update_overleaf:
27
runs-on: ubuntu-latest
@@ -35,5 +35,5 @@ jobs:
35
36
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
37
38
- git push --rebase overleaf HEAD:master
+ git push overleaf HEAD:master
39
0 commit comments