Skip to content

Commit b34f5e0

Browse files
committed
cat the template file
Signed-off-by: Andrew Brandt <[email protected]>
1 parent bcb7d7d commit b34f5e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ runs:
8080
echo "Full repo-properties.json file is:"
8181
cat repo-properties.json
8282
83+
- name: Confirm the template file exists
84+
shell: bash
85+
run: |
86+
echo "The template file for JSON output is:"
87+
cat ${{ inputs.template }}
88+
8389
- name: Convert repo properties to YAML using template
8490
shell: bash
8591
run: |

0 commit comments

Comments
 (0)