Compare commits
2 commits
fb3b89c375
...
8345de0de6
Author | SHA1 | Date | |
---|---|---|---|
8345de0de6 | |||
305eb46797 |
1 changed files with 7 additions and 0 deletions
7
main.js
7
main.js
|
@ -131,6 +131,13 @@ async function main() {
|
|||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Show container ispect")
|
||||
await exec.exec("docker", [
|
||||
"inspect",
|
||||
container
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Prepare environment")
|
||||
await exec.exec("docker", [
|
||||
"exec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue