Skip to content

Commit

Permalink
Update context.yml (#1019)
Browse files Browse the repository at this point in the history
* Update context.yml

* Update context.yml

* Update context.yml
  • Loading branch information
nakamasato authored Jan 21, 2024
1 parent 2696c32 commit 5ddf08a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: github.event.action
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
echo "- github.event.action : ${{ github.event.action }}"
echo "- github.event.action : ${{ github.event.action }}" >> "$GITHUB_STEP_SUMMARY"
{
echo "- github.event.action : ${{ github.event.action }}"
echo "- github.ref_name : ${{ github.ref_name }}"
echo "- github.event.pull_request.head.ref : $PR_HEAD_REF"
} >> "$GITHUB_STEP_SUMMARY"
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ddf08a

Please sign in to comment.