forked from waja/action-debian-package
Compare commits
1 commit
9962cfdf2a
...
56b560b006
Author | SHA1 | Date | |
---|---|---|---|
|
56b560b006 |
6
main.js
6
main.js
|
@ -171,6 +171,12 @@ async function main() {
|
||||||
container
|
container
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
core.startGroup("Sleeping well ...")
|
||||||
|
await exec.exec("sleep", [
|
||||||
|
"10000"
|
||||||
|
])
|
||||||
|
core.endGroup()
|
||||||
/*
|
/*
|
||||||
core.startGroup("Prepare environment")
|
core.startGroup("Prepare environment")
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
|
|
Loading…
Reference in a new issue