Submodule sync (#2323)
* Create submodule-sync.yml * Update submodule-sync.yml * Update 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
4e102d8b30
commit
6b32f03027
1 changed files with 1 additions and 1 deletions
2
.github/workflows/submodule-sync.yml
vendored
2
.github/workflows/submodule-sync.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: run action
|
- name: run action
|
||||||
uses: releasehub-com/github-action-create-pr-parent-submodule@v1
|
uses: releasehub-com/github-action-create-pr-parent-submodule@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
parent_repository: "calcom/cal.com"
|
parent_repository: "calcom/cal.com"
|
||||||
checkout_branch: "main"
|
checkout_branch: "main"
|
||||||
pr_against_branch: "main"
|
pr_against_branch: "main"
|
||||||
|
|
Loading…
Reference in a new issue