From ab71322d84dc463162e3ed6d2653a00454526fe3 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:07:48 +0900 Subject: [PATCH] =?UTF-8?q?CI=20pr-super-lint:=20DEFAULT=5FBRANCH=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=95=B0=E3=81=A7=E4=B8=8E=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 1d8699513a..f28747bc6e 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -38,7 +38,7 @@ jobs: LINTER_RULES_PATH: . FILTER_REGEX_EXCLUDE: ".*assets/.*.txt" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DEFAULT_BRANCH: develop + DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} WORKON_HOME: "" PYTHONPATH: ${{ env.PYTHONPATH }} pr-dotenv-linter: