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 c4421ea commit 0581983Copy full SHA for 0581983
src/main.ts
@@ -12,7 +12,7 @@ async function run(): Promise<void> {
12
const githubToken = core.getInput('accessToken')
13
const fullCoverage = JSON.parse(core.getInput('fullCoverageDiff'))
14
const commandToRun = core.getInput('runCommand')
15
- const commandAfterSwitch = core.getInput('runCommand')
+ const commandAfterSwitch = core.getInput('afterSwitchCommand')
16
const delta = Number(core.getInput('delta'))
17
const githubClient = github.getOctokit(githubToken)
18
const prNumber = github.context.issue.number
0 commit comments