Skip to content

Commit bb8657e

Browse files
authored
Update dist
1 parent e303314 commit bb8657e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dist/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ async function run(): Promise<void> {
4949
}
5050

5151
const correlatorInput = core.getInput('correlator')
52-
const correlator = correlatorInput ? correlatorInput : `${github.context.workflow}_${github.context.job}_${github.context.action}`
52+
const correlator = correlatorInput
53+
? correlatorInput
54+
: `${github.context.workflow}_${github.context.job}_${github.context.action}`
5355

5456
const input = { ignoredModules, ignoredConfigs, onResolveFailure, correlator }
5557

0 commit comments

Comments
 (0)