We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5684 commit d250bbcCopy full SHA for d250bbc
.github/workflows/webhook.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Checkout repo
13
uses: actions/checkout@v2
14
- name: Run a script
15
- run: echo "Event of type: $GITHUB_EVENT_NAME"
+ run: echo "Event of type: ${GITHUB_EVENT_NAME}"
0 commit comments