Submodule sync (#2321)
* Create submodule-sync.yml * Update submodule-sync.yml * Update submodule-sync.yml Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
parent
63800492a9
commit
d89271759a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/submodule-sync.yml
vendored
2
.github/workflows/submodule-sync.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
- name: Website Sync
|
||||
uses: mheap/submodule-sync-action@v1
|
||||
with: &default_sync_options
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: apps/website
|
||||
ref: main
|
||||
|
|
Loading…
Reference in a new issue