Skip to content

Commit 229ac77

Browse files
authored
file_fix3
1 parent 41f0a84 commit 229ac77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: print
2929
run: |
3030
echo "manual trigger by ${{ inputs.name }}"
31-
cat ./${{ inputs.file }}
31+
pwd
32+
cat ./"${{ inputs.file }}"
3233
3334

0 commit comments

Comments
 (0)