Skip to content

Commit 2c86469

Browse files
committed
back to square one
1 parent 6931236 commit 2c86469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Decode File Content
2424
run: |
25-
echo "SGVsbG8gTWFycw==" | base64 --decode > ./decoded_file.txt
25+
echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt
2626
- name: Display Greeting
2727
run: |
2828
echo "${{ inputs.greeting }}, ${{ inputs.name }}!"

0 commit comments

Comments
 (0)