Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: pr auto approve: Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
John Andersen authored and pdxjohnny committed Jul 12, 2024
1 parent 652de73 commit 4194d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00_pr_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4194d08

Please sign in to comment.