Skip to content

Commit

Permalink
print event payload
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 28, 2023
1 parent ffa37d5 commit 22233e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
node-version: 16

- name: Print Event Payload
run: |
cat $GITHUB_EVENT_PATH
- name: Print Env variables
run: |
printenv
Expand Down

0 comments on commit 22233e7

Please sign in to comment.