Skip to content

Commit 206a75f

Browse files
authored
another fix
1 parent 56fbc57 commit 206a75f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multi event.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- name: run a command
1212
run: |
13-
echo "REF: {{ github.ref }}"
14-
echo "Job ID: {{ github.job }}"
15-
echo "Action: {{ github.action }}"
16-
echo "Actor: {{ github.actor }}"
13+
echo "REF: ${{ github.ref }}"
14+
echo "Job ID: ${{ github.job }}"
15+
echo "Action: ${{ github.action }}"
16+
echo "Actor: ${{ github.actor }}"
1717
1818
my_job_2 :
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)