main: list parent directory
This commit is contained in:
parent
d0e11fce34
commit
c44dab731a
5
main.js
5
main.js
|
@ -84,6 +84,11 @@ async function main() {
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
core.startGroup("Copy artifacts")
|
core.startGroup("Copy artifacts")
|
||||||
|
await exec.exec("docker", [
|
||||||
|
"exec",
|
||||||
|
container,
|
||||||
|
"ls", "-lh", ".."
|
||||||
|
])
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
container,
|
container,
|
||||||
|
|
Loading…
Reference in a new issue