Skip to content

Commit

Permalink
made event more broad
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 25, 2024
1 parent a39533c commit 1585d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ runner.debug }}
run: echo "::debug::$payload"
env:
payload: ${{ toJson(github.event.workflow_run) }}
payload: ${{ toJson(github.event) }}
- name: Generate token
id: app_token
uses: actions/[email protected]
Expand Down

0 comments on commit 1585d11

Please sign in to comment.