Skip to content

Commit 6d3b37e

Browse files
committed
should not trigger
1 parent 91e2000 commit 6d3b37e

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)