main: + -> ;
This commit is contained in:
parent
8cb980e7ab
commit
4bf213cfe4
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -87,7 +87,7 @@ async function main() {
|
|||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"find", "..", "-type", "f", "-exec", "cp", "{}", ".", "+"
|
||||
"find", "..", "-type", "f", "-exec", "cp", "{}", ".", ";"
|
||||
])
|
||||
core.endGroup()
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue