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 59b9896 commit 72027cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: branch name
run: |
branch="${{ github.head_ref || github.ref_name }}"
echo "$branch"
tag=${{ github.event_name == 'push' && github.ref_name || github.event.pull_request.head.ref }}
echo "$tag"
label:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 72027cd

Please sign in to comment.