We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3fa4e commit e4008e5Copy full SHA for e4008e5
1 file changed
.github/workflows/hellow.yml
@@ -27,6 +27,6 @@ jobs:
27
28
- name: hello
29
run: |
30
- echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt
+ echo "${{ inputs.data }}" | base64 --decode > ./mydata
31
echo "${{inputs.greeting}}"
32
- cat ./decoded_file.txt
+ cat ./mydata
0 commit comments