Skip to content

Commit c06cb2a

Browse files
author
Philip Keicher
committed
open pull request as second stage of overleaf pull
1 parent 476bbb1 commit c06cb2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync_overleaf.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ jobs:
2828
env:
2929
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
- name: create pull request
32+
run: gh pr create -B master -H sync_overleaf --title 'Merge sync_overleaf into master' --body 'Created by Github action'
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)