Submodule sync (#2320)
* Create submodule-sync.yml * Update submodule-sync.yml Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
parent
c58e3791d1
commit
63800492a9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/submodule-sync.yml
vendored
6
.github/workflows/submodule-sync.yml
vendored
|
@ -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 a new issue