Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Nov 22, 2023
1 parent 6649829 commit 3462c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function run(): Promise<void> {

const properties: string = core.getInput('properties') ?? ''
if (properties) {
command += ` --properties:"${properties}"`
command += ` --properties:${properties}`
}

const workingDir: string = core.getInput('workingDirectory')
Expand Down

0 comments on commit 3462c8d

Please sign in to comment.