Skip to content

Commit 4310c30

Browse files
authored
Merge pull request #207 from scalacenter/create-pull-request/patch
Update dist
2 parents e303314 + bb8657e commit 4310c30

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dist/index.js

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+3-1
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)