Skip to content

Commit 2d3fa4e

Browse files
authored
done
1 parent 88e5e93 commit 2d3fa4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hellow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: hello
2929
run: |
30-
echo "${{inputs.data}}"
30+
echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt
3131
echo "${{inputs.greeting}}"
3232
cat ./decoded_file.txt

0 commit comments

Comments
 (0)