Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
1febc9b6f6636ebc0fac2d769b5bf74e8440c798
/
.
/
.github
/
actions
/
git-safe-directory
/
action.yaml
blob: 1308c4ea1bf52466db77b3517e724fd96b630b1f [
file
] [
log
] [
blame
]
name:
Git safe directory
description:
For running act with checkout owned by non
-
root user
runs:
using:
"composite"
steps:
-
name:
Set git safe.directory to
"*"
if:
${{ env.ACT }}
shell:
bash
run:
git config
--
system
--
add safe.directory
'*'