Skip to content

Commit 8a9a134

Browse files
authored
manual_again
1 parent 0e93662 commit 8a9a134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: print
2424
run: |
25-
echo "manual trigger by {{ inputs.name }}"
26-
cat {{ inputs.file }}
25+
echo "manual trigger by ${{ inputs.name }}"
26+
cat ${{ inputs.file }}
2727
2828

0 commit comments

Comments
 (0)