From ac17a3499f852a11368a32f6ea55fec12e9605b1 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 30 Apr 2024 18:18:08 +0000 Subject: [PATCH] fix the syntax --- .github/workflows/webhook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index 7b46f67a..5c07921a 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -3,14 +3,14 @@ name: "Webhook Event example" on: repository_dispatch: types: - - custom_webhook + - webhook jobs: respond-to-dispatch: runs-on: ubuntu-latest steps: - - name Checkout repo + - name: Checkout repo uses: actions/checkout@v2 - name: Run a script run: echo "Event of type: $GITHUB_EVENT_NAME"