Skip to content

Commit

Permalink
remove rebase option
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Keicher committed Oct 16, 2024
1 parent 7fe006d commit 89260aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_docs.git
git push --rebase origin_token HEAD:sync_overleaf
git push origin_token HEAD:sync_overleaf
update_overleaf:
runs-on: ubuntu-latest
Expand All @@ -35,5 +35,5 @@ jobs:
run: |
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
git push --rebase overleaf HEAD:master
git push overleaf HEAD:master

0 comments on commit 89260aa

Please sign in to comment.