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