Skip to content

Commit 9bcf887

Browse files
Update final_combined.yml
1 parent 1e6ce70 commit 9bcf887

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/final_combined.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,17 @@ jobs:
108108
109109
result_status=$(echo "$response" | jq -r '.status // empty')
110110
message=$(echo "$response" | jq -r '.message // "No message provided"')
111+
id=$(echo "$response" | jq -r '.operation_Id // "No message provided"')
111112
112113
if [ "$result_status" != "passed" ]; then
113114
echo -e "\n"
114115
echo -e " ❌ Validation failed: \n"
115116
echo -e " $message"
117+
echo -e "\n"
118+
echo "operation id is $id"
116119
exit 1
117120
fi
118121
119122
echo "✅ $message"
123+
echo -e "\n"
124+
echo "operation id is $id"

0 commit comments

Comments
 (0)