We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e93662 commit 8a9a134Copy full SHA for 8a9a134
1 file changed
.github/workflows/manual.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: print
24
run: |
25
- echo "manual trigger by {{ inputs.name }}"
26
- cat {{ inputs.file }}
+ echo "manual trigger by ${{ inputs.name }}"
+ cat ${{ inputs.file }}
27
28
0 commit comments