forked from waja/action-debian-package
Compare commits
1 commit
b37da5f37a
...
75594905c0
Author | SHA1 | Date | |
---|---|---|---|
|
75594905c0 |
1
main.js
1
main.js
|
@ -105,7 +105,6 @@ async function main() {
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
core.startGroup("Check test files")
|
core.startGroup("Check test files")
|
||||||
await exec.exec("ls", ["-la", workspaceDirectory])
|
|
||||||
await exec.exec("ls", ["-la", workspaceDirectory + "/foo"])
|
await exec.exec("ls", ["-la", workspaceDirectory + "/foo"])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue