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