Skip to content

Commit

Permalink
demo: print entire payload (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Jun 15, 2023
1 parent e8247b0 commit 5bdc9a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_remote_action_dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: |
echo Doing Something...
echo Incomming message: $MESSAGE
echo "payload as json: ${{ toJson(github.event.client_payload) }}"
echo "payload non json: ${{ github.event.client_payload }}"

0 comments on commit 5bdc9a8

Please sign in to comment.