Skip to content

Commit 8ccc9b1

Browse files
Merge branch 'Mayank-goel360:main' into main
2 parents 7af9d46 + a202dcd commit 8ccc9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/final.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
message=$(echo "$response" | jq -r '.message // "No message provided"')
123123
124124
if [ "$result_status" != "passed" ]; then
125-
echo -e " ❌ Validation failed: $message"
125+
echo -e " ❌ Validation failed: \n $message"
126126
exit 1
127127
fi
128128

0 commit comments

Comments
 (0)