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

Commit 4194d08

Browse files
John Andersenpdxjohnny
authored andcommitted
ci: pr auto approve: Fix debug
1 parent 652de73 commit 4194d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00_pr_auto_approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name != 'pull_request_review'
4040
steps:
4141
- shell: cat -v {0}
42-
run: ${{ github.event }}
42+
run: ${{ toJSON(github.event) }}
4343

4444
- name: Harden Runner
4545
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1

0 commit comments

Comments
 (0)