diff --git a/src/main.ts b/src/main.ts index b38a5bbed..9a1424a55 100644 --- a/src/main.ts +++ b/src/main.ts @@ -57,10 +57,10 @@ function _getAndValidateArgs(): IIssuesProcessorOptions { core.getInput('remove-stale-when-updated') === 'false' ), removeIssueStaleWhenUpdated: _toOptionalBoolean( - core.getInput('remove-issue-stale-when-updated') + 'remove-issue-stale-when-updated' ), removePrStaleWhenUpdated: _toOptionalBoolean( - core.getInput('remove-pr-stale-when-updated') + 'remove-pr-stale-when-updated' ), removeStaleWhenCommented: !( core.getInput('remove-stale-when-commented') === 'false'