From 839c7d783599335ab34a6ab0819ba2a83a4ee33d Mon Sep 17 00:00:00 2001 From: Naka Masato Date: Sun, 26 May 2024 20:32:47 +0900 Subject: [PATCH] Update context.yml --- .github/workflows/context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/context.yml b/.github/workflows/context.yml index 4185745b..74875289 100644 --- a/.github/workflows/context.yml +++ b/.github/workflows/context.yml @@ -33,7 +33,7 @@ jobs: - name: branch name run: | - branch=${{ github.head_ref || github.ref_name }} + branch="${{ github.head_ref || github.ref_name }}" echo "$branch" label: