Skip to content

Commit

Permalink
Removed unnecessary payload information
Browse files Browse the repository at this point in the history
  • Loading branch information
paulochang committed Feb 22, 2024
1 parent e7c5d00 commit f22cef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
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 f22cef0

Please sign in to comment.