Skip to content

Commit

Permalink
Merge pull request #207 from scalacenter/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update dist
  • Loading branch information
adpi2 authored Aug 7, 2024
2 parents e303314 + bb8657e commit 4310c30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ async function run(): Promise<void> {
}

const correlatorInput = core.getInput('correlator')
const correlator = correlatorInput ? correlatorInput : `${github.context.workflow}_${github.context.job}_${github.context.action}`
const correlator = correlatorInput
? correlatorInput
: `${github.context.workflow}_${github.context.job}_${github.context.action}`

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

Expand Down

0 comments on commit 4310c30

Please sign in to comment.