Skip to content

Commit 6dc8f70

Browse files
fix this syntax
1 parent 42aa031 commit 6dc8f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
types:
66
- custom webhook
77

8-
8+
99
jobs:
1010
respond-to-dispatch:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name Checkout repo
13+
- name: Checkout repo
1414
uses: actions/checkout@v2
1515
- name: Run a script
1616
run: echo "Event of type: $GITHUB_EVENT_NAME"

0 commit comments

Comments
 (0)