Skip to content

Commit

Permalink
Log full event payload
Browse files Browse the repository at this point in the history
paulochang committed Feb 20, 2024
1 parent 93719c6 commit e1b2591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Full payload: ${{ github.event.client_payload }}"
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)

0 comments on commit e1b2591

Please sign in to comment.