update ci branch name
This commit is contained in:
parent
918f1ea4f7
commit
d07ef42e58
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
|||
id: createpr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
branch: ci/lockfile
|
||||
token: ${{ secrets.NIGHTLY_PERSONAL_GITHUB_TOKEN }}
|
||||
commit-message: '[ci] update lockfile'
|
||||
title: '[ci] update lockfile'
|
||||
|
@ -82,6 +83,7 @@ jobs:
|
|||
id: createpr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
branch: ci/smoke-sync
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: '[ci] update smoke tests (remote)'
|
||||
title: '[ci] update smoke tests (remote)'
|
||||
|
|
Loading…
Reference in a new issue