Submodule sync (#2320)
* Create submodule-sync.yml * Update submodule-sync.yml Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user