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 97c761c commit c2a5684Copy full SHA for c2a5684
.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