Remove accidental whitespace

pull/28217/head
Michael Kaye 2023-01-05 11:27:03 +00:00
parent 89429ade49
commit 0daa517854
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ jobs:
TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }} TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }}
TESTRAIL_RUN_ID: ${{ steps.testrailprep.outputs.run_id }} TESTRAIL_RUN_ID: ${{ steps.testrailprep.outputs.run_id }}
run: | run: |
for file in results-*.xml; do for file in results-*.xml; do
echo "Handling $file" echo "Handling $file"
trcli -y -h $TESTRAIL_URL \ trcli -y -h $TESTRAIL_URL \
--project-id $TESTRAIL_PROJECT_ID \ --project-id $TESTRAIL_PROJECT_ID \