From 0819cedbf45cba10997a516ece99e434c9bdb01c Mon Sep 17 00:00:00 2001 From: tqer39 Date: Sun, 27 Oct 2024 18:08:15 +0900 Subject: [PATCH] =?UTF-8?q?Refactor=20GitHub=E3=83=AF=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=95=E3=83=AD=E3=83=BC=20to=20use=20environment=20variable?= =?UTF-8?q?=20for=20branch=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-license-year.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-license-year.yml b/.github/workflows/update-license-year.yml index e7588a22..b901cf77 100644 --- a/.github/workflows/update-license-year.yml +++ b/.github/workflows/update-license-year.yml @@ -58,5 +58,5 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: $branch_name + branch: ${{ env.branch_name }} base: "main"