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 fb59f0c commit df8f271Copy full SHA for df8f271
.github/workflows/validate-description.yml
@@ -41,6 +41,11 @@ jobs:
41
echo "❌ ERROR: Failed to fetch PR description"
42
echo ""
43
44
+ if [ -n "$api_message" ]; then
45
+ echo "API Message: $api_message"
46
+ echo ""
47
+ fi
48
+
49
if [[ "$api_message" == *"Not Found"* ]] || [[ "$api_message" == *"404"* ]]; then
50
echo "Reason: PR not found or GITHUB_TOKEN lacks repository access"
51
elif [[ "$api_message" == *"Resource not accessible"* ]] || [[ "$api_message" == *"403"* ]]; then
0 commit comments