Skip to content

Commit

Permalink
path to event payload
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 10, 2020
1 parent 3e9a279 commit d95e86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
- run: |
pip install -e arrow/dev/archery
- run: |
archery trigger-bot --event-name ${{ github.event_name }} --event-payload ${{ github.event_payload }}
archery trigger-bot --event-name ${{ github.event_name }} --event-payload ${{ github.event_path }}

0 comments on commit d95e86b

Please sign in to comment.