1 parent 6931236 commit 2c86469Copy full SHA for 2c86469
1 file changed
.github/workflows/manual.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Decode File Content
24
run: |
25
- echo "SGVsbG8gTWFycw==" | base64 --decode > ./decoded_file.txt
+ echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt
26
- name: Display Greeting
27
28
echo "${{ inputs.greeting }}, ${{ inputs.name }}!"
0 commit comments