Skip to content

Commit

Permalink
chore: try check_run workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Nov 18, 2024
1 parent 37656af commit c14aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: echo ${{ github.event.check_run }}
run: echo ${{ toJSON(github.event.check_run) }}

0 comments on commit c14aa13

Please sign in to comment.