forked from waja/action-debian-package
Compare commits
1 commit
3c1494746f
...
56b560b006
Author | SHA1 | Date | |
---|---|---|---|
56b560b006 |
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -153,7 +153,7 @@ async function main() {
|
|||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"ls", "-la", workspaceDirectory + "/foo", "||", "true"
|
||||
"ls", "-la", workspaceDirectory + "/foo"
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue