Skip to content

Commit

Permalink
Update test-monai-deploy-express.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JHancox <[email protected]>
  • Loading branch information
JHancox authored May 31, 2024
1 parent bbfd10c commit 670a38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo $WORKFLOW | jq '.'
echo '-------------\n'
echo $WORKFLOW | jq '.workflow_id'
WORKFLOW_ID=($WORKFLOW | jq .workflow_id)
WORKFLOW_ID={$WORKFLOW | jq .workflow_id}
echo $WORKFLOW_ID
echo '-------------\n'
SZ="${#WORKFLOW_ID}"
Expand Down

0 comments on commit 670a38b

Please sign in to comment.