We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fbc57 commit 206a75fCopy full SHA for 206a75f
.github/workflows/multi event.yml
@@ -10,10 +10,10 @@ jobs:
10
steps:
11
- name: run a command
12
run: |
13
- echo "REF: {{ github.ref }}"
14
- echo "Job ID: {{ github.job }}"
15
- echo "Action: {{ github.action }}"
16
- echo "Actor: {{ github.actor }}"
+ echo "REF: ${{ github.ref }}"
+ echo "Job ID: ${{ github.job }}"
+ echo "Action: ${{ github.action }}"
+ echo "Actor: ${{ github.actor }}"
17
18
my_job_2 :
19
runs-on: ubuntu-latest
0 commit comments