Set runDockerExecStep as async
This commit is contained in:
parent
755cd39c9a
commit
0497ff4707
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -54,7 +54,7 @@ async function main() {
|
|||
|
||||
fs.mkdirSync(artifactsDirectory, { recursive: true })
|
||||
|
||||
function runDockerExecStep(title, commandParams) {
|
||||
async function runDockerExecStep(title, commandParams) {
|
||||
core.startGroup(title)
|
||||
await exec.exec("docker", [
|
||||
"exec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue