From 399337cb6476e646f3e68e09aee3d110c5c30b9b Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 9 Nov 2023 09:59:55 -0800 Subject: [PATCH] fix: let create-pull-request determine the branch name --- .github/workflows/mirror.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e0eeb601..ab3b9c7b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: git checkout -b mirror_releases - run: | ./lint/mirror_ruff.sh bazel run docs:update