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 4d64094 commit 3cf3c4bCopy full SHA for 3cf3c4b
.github/workflows/02-workflow-events.yaml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Show the trigger
10
- run: echo "trigged by an {{ github.event_name }} event."
+ run: echo "trigged by an ${{ github.event_name }} event."
0 commit comments