From 1db368f814874cbe8889c55edb93540e8fe33c72 Mon Sep 17 00:00:00 2001 From: OmSantoshHarsule <162496189+OmSantoshHarsule@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:44:44 +0000 Subject: [PATCH] change of manual --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}!"