Skip to content

Commit 847177f

Browse files
committed
Add link to extension description validation summary
1 parent e595a5c commit 847177f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extension-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
echo "Extension validation: $EXTENSION_RESULT"
151151
152152
if [ "$STRUCTURE_RESULT" != "success" ] || [ "$EXTENSION_RESULT" != "success" ]; then
153-
echo "❌ One or more validation steps failed. Check \"Summary\" for more information."
153+
echo "❌ Extension description validation failed. See workflow summary for more information: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
154154
exit 1
155155
else
156-
echo "✅ All validation steps passed"
156+
echo "✅ All validation steps passed. See workflow summary for more information: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
157157
fi

0 commit comments

Comments
 (0)