diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 26c6e0a02aecc..1248a15dcf383 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -61,6 +61,6 @@ jobs: - run: | pip install -e arrow/dev/archery - run: | - archery trigger-bot --evnt-name ${{ github.event_name }} --event-payload ${{ github.event_payload }} + archery trigger-bot --event-name ${{ github.event_name }} --event-payload ${{ github.event_payload }}