From ca1592d5d4ef9311b66f3510a5ae09df308c5ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 10 Mar 2020 12:35:19 +0100 Subject: [PATCH] typo --- .github/workflows/comment_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}