Skip to content

Commit

Permalink
minor fixes to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 27, 2024
1 parent d8ad39f commit 3742889
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ runs:
- name: compose TESTMO resources file
run: |
echo "composing TESTMO resources file ${{ inputs.resources_file }} ..."
echo "CWD: $(pwd)"
compose_testmo_resources_file.py \
--resources_json '${{ inputs.resources_json }}' \
--destination "${{ inputs.resources_file }}"
echo "resource file ${{ inputs.resources_json }} contents:\n"
cat "${{ inputs.resources_file }}\n"
echo "resource file ${{ inputs.resources_json }} contents:"
cat "${{ inputs.resources_file }}"
shell: bash

0 comments on commit 3742889

Please sign in to comment.