Skip to content

Commit

Permalink
debug entire object
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Nov 5, 2024
1 parent 93b7251 commit b85592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-integration-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: debug event
run: 'echo ${{ toJson(github.event) }}'
run: echo ${{ toJson(github) }}
- name: Get integration result comment
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit b85592f

Please sign in to comment.