Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner 56b560b006 Going wild 2024-01-09 13:13:24 +01:00

View file

@ -153,7 +153,7 @@ async function main() {
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"ls", "-la", workspaceDirectory + "/foo", "||", "true" "ls", "-la", workspaceDirectory + "/foo"
]) ])
core.endGroup() core.endGroup()