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 0a808b4 commit b7ef083Copy full SHA for b7ef083
.github/actions/file/src/index.ts
@@ -21,7 +21,7 @@ export default async function () {
21
const repoWithOwner = core.getInput("repository", { required: true });
22
const token = core.getInput("token", { required: true });
23
const cachedFilings: (ResolvedFiling | RepeatedFiling)[] = JSON.parse(
24
- core.getInput("cached_results", { required: false }) || "[]"
+ core.getInput("cached_filings", { required: false }) || "[]"
25
);
26
core.debug(`Input: 'findings: ${JSON.stringify(findings)}'`);
27
core.debug(`Input: 'repository: ${repoWithOwner}'`);
0 commit comments