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 5330619 commit 1527b92Copy full SHA for 1527b92
.github/workflows/blank.yml
@@ -55,7 +55,7 @@ jobs:
55
repo: context.repo.repo,
56
ref: sha
57
});
58
-
+ console.log("Full API response:", data1);
59
if (data1.total_count === 0) {
60
core.info("No check runs found for this commit.");
61
} else {
0 commit comments