We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca872be commit 41935cbCopy full SHA for 41935cb
.github/workflows/webhook.yml
@@ -7,9 +7,5 @@ on:
7
8
jobs:
9
respond-to-dispatch:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Checkout repo
13
- uses: actions/checkout@v2
14
- name: Run a script
15
run: echo "Event of type: $GITHUB_EVENT_NAME"
0 commit comments