Skip to content

Commit e4008e5

Browse files
authored
Done
1 parent 2d3fa4e commit e4008e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hellow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

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

0 commit comments

Comments
 (0)