diff --git a/.github/workflows/00_pr_auto_approve.yml b/.github/workflows/00_pr_auto_approve.yml index e3ce3afc4d..a7417ac03c 100644 --- a/.github/workflows/00_pr_auto_approve.yml +++ b/.github/workflows/00_pr_auto_approve.yml @@ -39,7 +39,7 @@ jobs: if: github.event_name != 'pull_request_review' steps: - shell: cat -v {0} - run: ${{ github.event }} + run: ${{ toJSON(github.event) }} - name: Harden Runner uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1