We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e526794 commit 114677cCopy full SHA for 114677c
1 file changed
.github/workflows/hellow.yml
@@ -27,6 +27,6 @@ jobs:
27
28
- name: hello
29
run: |
30
- echo "{{inputs.data}}"
31
- echo "{{inputs.greeting}}"
32
- echo "{inputs.name}"
+ echo "${{inputs.data}}"
+ echo "${{inputs.greeting}}"
+ echo "${inputs.name}"
0 commit comments