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:
|
steps:
|
||||||
- name: Website Sync
|
- name: Website Sync
|
||||||
uses: mheap/submodule-sync-action@v1
|
uses: mheap/submodule-sync-action@v1
|
||||||
with: &default_sync_options
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path: apps/website
|
path: apps/website
|
||||||
ref: main
|
ref: main
|
||||||
|
|
Loading…
Reference in a new issue