Skip to content

Commit 07f5f23

Browse files
authored
Merge pull request #176 from scalacenter/create-pull-request/patch
Update dist
2 parents 15b9d3a + cc26063 commit 07f5f23

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ async function run(): Promise<void> {
5858
}
5959

6060
process.env['GITHUB_TOKEN'] = token
61-
await cli.exec('sbt', ['--batch', `githubGenerateSnapshot ${JSON.stringify(input)}; githubSubmitSnapshot`], {
62-
cwd: workingDir,
63-
})
61+
await cli.exec(
62+
'sbt',
63+
['--batch', `githubGenerateSnapshot ${JSON.stringify(input)}; githubSubmitSnapshot`],
64+
{
65+
cwd: workingDir,
66+
},
67+
)
6468
} catch (error) {
6569
if (error instanceof Error) {
6670
core.setFailed(error)

0 commit comments

Comments
 (0)