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 4f34eb8 commit aa43e61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
echo "- github.event.pull_request.head.ref : $PR_HEAD_REF"
} >> "$GITHUB_STEP_SUMMARY"
- name: branch name
run: |
branch=${{ github.head_ref || github.ref_name }}
echo "$branch"
label:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit aa43e61

Please sign in to comment.