Skip to content

Commit 80caafd

Browse files
Update final_combined.yml
1 parent cda0043 commit 80caafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/final_combined.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
message=$(echo "$response" | jq -r '.message // "No message provided"')
113113
id=$(echo "$response" | jq -r '.operation_Id // "No message provided"')
114114
115-
if [ "$result_status" != "passed" ]; then
115+
if [ "$result_status" != "Passed" ]; then
116116
echo -e "\n"
117117
echo -e " ❌ Validation failed: \n"
118118
echo -e " $message"

0 commit comments

Comments
 (0)