Skip to content

Commit

Permalink
Update context.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored May 26, 2024
1 parent aa43e61 commit 839c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 839c7d7

Please sign in to comment.