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
1 changed files with 1 additions and 2 deletions
3
main.js
3
main.js
|
@ -159,8 +159,7 @@ async function main() {
|
|||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"bash", "-c",
|
||||
"git config --global --add safe.directory ${PWD}"
|
||||
"git", "config", "--global", "--add", "safe.directory", sourceDirectory
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue