We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f0a84 commit 229ac77Copy full SHA for 229ac77
.github/workflows/manual.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: print
29
run: |
30
echo "manual trigger by ${{ inputs.name }}"
31
- cat ./${{ inputs.file }}
+ pwd
32
+ cat ./"${{ inputs.file }}"
33
34
0 commit comments