diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 081adf3a6..4da16a321 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Decode File Content run: | - echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt + echo "${{ inputs.data }}" - name: Display Greeting run: | echo "${{ inputs.greeting }}, ${{ inputs.name }}!"