diff --git a/.github/workflows/charts-auto-generate-docs.yaml b/.github/workflows/charts-auto-generate-docs.yaml index 457e643b..0d68eb3c 100644 --- a/.github/workflows/charts-auto-generate-docs.yaml +++ b/.github/workflows/charts-auto-generate-docs.yaml @@ -114,7 +114,4 @@ jobs: # uses: actions/checkout@v2 # with: # ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' - - - run: | - echo "${{ toJSON(github.event.client_payload.pull_request) }}" - echo "${{ toJSON(github.event.client_payload.slash_command) }}" + - uses: hmarr/debug-action@v2