Skip to content

Commit

Permalink
Fix typo in function name when called (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi authored Sep 24, 2024
1 parent 4515269 commit 226cf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/testmo-run-submit-thread/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
--instance ${TESTMO_URL} \
--run-id ${TESTMO_RUN_ID} \
--results ${RESULTS} \
-- step-status "${{ inputs.step_status }}" || SUCCESS=$?
-- step_status "${{ inputs.step_status }}" || SUCCESS=$?
fi
echo "status=${SUCCESS}" >> "$GITHUB_OUTPUT"
exit ${SUCCESS}
Expand Down

0 comments on commit 226cf71

Please sign in to comment.