Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner 3c1494746f Going wild
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2022.83-1_bpo11+1, https://salsa.debian.org/debian/dropbear.git) (pull_request) Failing after 16s
2024-01-09 13:15:27 +01:00

View file

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