Submodule sync (#2320)

* Create submodule-sync.yml

* Update submodule-sync.yml

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
pull/2322/head^2
Omar López 2022-03-30 12:49:53 -07:00 committed by GitHub
parent c58e3791d1
commit 63800492a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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