fix: sync changes (#3154)
This commit is contained in:
parent
ce9714ff12
commit
885de6f679
1 changed files with 2 additions and 1 deletions
3
.github/workflows/create-sync-pr.yml
vendored
3
.github/workflows/create-sync-pr.yml
vendored
|
|
@ -51,5 +51,6 @@ jobs:
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--base $TARGET_BASE_BRANCH \
|
--base $TARGET_BASE_BRANCH \
|
||||||
--head $TARGET_BRANCH \
|
--head $TARGET_BRANCH \
|
||||||
--fill-first \
|
--title "sync changes" \
|
||||||
|
--body "sync changes" \
|
||||||
--repo $TARGET_REPO
|
--repo $TARGET_REPO
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue