Submodule sync (#2320)
* Create submodule-sync.yml * Update submodule-sync.yml Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>pull/2322/head^2
parent
c58e3791d1
commit
63800492a9
|
@ -19,5 +19,9 @@ jobs:
|
|||
target_branch: main
|
||||
- name: API Sync
|
||||
uses: mheap/submodule-sync-action@v1
|
||||
with: *default_sync_options
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: apps/api
|
||||
ref: main
|
||||
pr_branch: automated-submodule-update
|
||||
target_branch: main
|
||||
|
|
Loading…
Reference in New Issue