diff --git a/actions/testmo-run-submit-thread/action.yml b/actions/testmo-run-submit-thread/action.yml index 0591ef9..f84d7ab 100644 --- a/actions/testmo-run-submit-thread/action.yml +++ b/actions/testmo-run-submit-thread/action.yml @@ -56,8 +56,8 @@ runs: echo "submitting results to TESTMO run ..." ## not checking testmo_url and token as this should be ## called between "create" and "complete" - if [[ -f "${{ inputs.resources_file }}" ]]; then - thread_resources=${{ inputs.resources_file }} + if [[ -f "${{ inputs.thread_resources }}" ]]; then + thread_resources=${{ inputs.thread_resources }} else echo '{}' > thread_resources.json thread_resources=thread_resources.json