Skip to content

Commit 27bd0f9

Browse files
committed
fix: Correct output name in 'find' action
1 parent ae54f2e commit 27bd0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/find/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default async function () {
1414
findings.push(...findingsForUrl);
1515
}
1616

17-
core.setOutput("results", JSON.stringify(findings));
17+
core.setOutput("findings", JSON.stringify(findings));
1818
}

0 commit comments

Comments
 (0)