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