Skip to content

Commit

Permalink
Show github context variable
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis authored Aug 16, 2023
1 parent fbd7069 commit e9fe87c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
github.event.label.name == 'on_device'
)
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- id: checkout
uses: kaidokert/[email protected]
with:
Expand Down

0 comments on commit e9fe87c

Please sign in to comment.