Skip to content

Commit 7f20175

Browse files
authored
added webhook
1 parent 5dd01ec commit 7f20175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
respond-to-dispatch:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name Checkout repo
12+
- name: Checkout repo
1313
uses: actions/checkout@v2
1414
- name: Run a script
15-
run: echo "Event of type: $GITHUB_EVENT_NAME"
15+
run: echo "Event of type $GITHUB_EVENT_NAME"

0 commit comments

Comments
 (0)