Skip to content

Commit d250bbc

Browse files
committed
Try webhook workflow again3
1 parent c2a5684 commit d250bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- 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)