Skip to content

Commit

Permalink
change of manual
Browse files Browse the repository at this point in the history
  • Loading branch information
OmSantoshHarsule committed Jul 1, 2024
1 parent e2109f5 commit 1db368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}!"
Expand Down

0 comments on commit 1db368f

Please sign in to comment.