Skip to content

Commit 114677c

Browse files
authored
Done
1 parent e526794 commit 114677c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hellow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: hello
2929
run: |
30-
echo "{{inputs.data}}"
31-
echo "{{inputs.greeting}}"
32-
echo "{inputs.name}"
30+
echo "${{inputs.data}}"
31+
echo "${{inputs.greeting}}"
32+
echo "${inputs.name}"

0 commit comments

Comments
 (0)