Skip to content

Create greetings.yml #36

Create greetings.yml

Create greetings.yml #36

Workflow file for this run

name: "Webhook Event example"
on:
repository_dispatch:
types:
- webhook
jobs:
respond-to-dispatch:
- name: Run a script
run: echo "Event of type: $GITHUB_EVENT_NAME"

Check failure on line 11 in .github/workflows/webhook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/webhook.yml

Invalid workflow file

You have an error in your yaml syntax on line 11