1 parent cbaf760 commit 12729f5Copy full SHA for 12729f5
1 file changed
.github/workflows/manual.yml
@@ -22,9 +22,6 @@ jobs:
22
steps:
23
- name: Decode File Content
24
run: |
25
- echo "This is it ${{ inputs.data }}"
26
- echo "This is it with content ${{ inputs.data.content }}"
27
- echo "This is it with data ${{ inputs.data.data }}"
28
echo "${{ inputs.data }}" | base64 --decode > ./decoded_file.txt
29
- name: Display Greeting
30
0 commit comments