Skip to content

Commit

Permalink
fix the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Apr 30, 2024
1 parent 8b72ced commit ac17a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ac17a34

Please sign in to comment.