Skip to content

Commit

Permalink
workflow/webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtachandrashekhar committed Jun 9, 2024
1 parent 6eda110 commit 4f1b412
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Webhook Event example"

on:
repository_dispatch:
types:
- webhook

jobs:
respond-to-dispatch:
runs-on: ubuntu-latest
steps:
- name Checkout repo
uses: actions/checkout@v2
- name: Run a script
run: echo "Event of type: $GITHUB_EVENT_NAME"

0 comments on commit 4f1b412

Please sign in to comment.