From d07ef42e582e41de3db456f3b79d2531d8afda83 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 28 Feb 2022 21:43:52 -0800 Subject: [PATCH] update ci branch name --- .github/workflows/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3017cdd91..89d40f6eb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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)'