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 ae54f2e commit 27bd0f9Copy full SHA for 27bd0f9
.github/actions/find/src/index.ts
@@ -14,5 +14,5 @@ export default async function () {
14
findings.push(...findingsForUrl);
15
}
16
17
- core.setOutput("results", JSON.stringify(findings));
+ core.setOutput("findings", JSON.stringify(findings));
18
0 commit comments