Skip to content

Commit

Permalink
check additional context
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Nov 1, 2023
1 parent 6eb3cf0 commit 503d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Dump GitHub context
env:
EVENT_CONTEXT: ${{ toJson(github.event.pull_request.labels) }}
EVENT_CONTEXT: ${{ toJson(github.event.pull_request) }}
run: |
echo "$EVENT_CONTEXT"
Expand Down

0 comments on commit 503d61d

Please sign in to comment.