forked from waja/action-debian-package
run git directly, not in a superfluous bash shell
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
parent
0181a8bea4
commit
512b3e3e44
3
main.js
3
main.js
|
@ -159,8 +159,7 @@ async function main() {
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
container,
|
container,
|
||||||
"bash", "-c",
|
"git", "config", "--global", "--add", "safe.directory", sourceDirectory
|
||||||
"git config --global --add safe.directory ${PWD}"
|
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue