We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf069 commit 3bf7371Copy full SHA for 3bf7371
1 file changed
.github/actions/issue-auto-implement/action.yml
@@ -235,6 +235,11 @@ runs:
235
fi
236
VERIFY_FAILURE="$VERIFY_OUTPUT"
237
echo "::warning::Verification failed (attempt $i of $MAX)"
238
+ echo "<details><summary>Verify command output</summary>"
239
+ echo '```'
240
+ printf '%s\n' "$VERIFY_OUTPUT"
241
242
+ echo "</details>"
243
done
244
echo "verified=false" >> $GITHUB_OUTPUT
245
echo "::error::Verification failed after $MAX attempts"
0 commit comments