Skip to content

Commit

Permalink
Print the whole event information for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulochang committed Feb 20, 2024
1 parent e1b2591 commit e671ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Full payload: ${{ github.event.client_payload }}"
echo "Full payload: ${{ toJson(github.event) }}"
echo "Status: ${{ github.event.client_payload.status }}"
echo "Path: ${{ github.event.client_payload.path }}"
encodedUri=$(echo -n "${{ steps.removeMd.outputs.replaced }}" | jq --slurp --raw-input --raw-output @uri)
Expand Down

0 comments on commit e671ef4

Please sign in to comment.