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