We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6163e commit f9850a5Copy full SHA for f9850a5
.github/workflows/webhook.yml
@@ -10,4 +10,4 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Run a script
13
- run: echo "Event of type: $GITHUB_EVENT_NAME"
+ run: 'echo "Event of type: $GITHUB_EVENT_NAME"''
0 commit comments