We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796fa91 commit cd7c962Copy full SHA for cd7c962
.github/workflows/push_to_overleaf.yml
@@ -38,10 +38,11 @@ jobs:
38
fetch-depth: '0'
39
- name: Push to overleaf
40
run: |
41
+ git checkout sync_overleaf
42
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
43
44
git fetch overleaf
- git push overleaf HEAD:sync_overleaf
45
+ git push overleaf HEAD:master
46
env:
47
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments