Skip to content

Commit 8bb8c4f

Browse files
committed
better safe directory marking
1 parent aa3ef67 commit 8bb8c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
runner() { echo \"::group::${1}\"; shift 1; \"$@\"; local exit=$?; echo; echo \"::endgroup::\"; return $exit; } ;
2626
runner \"Sync gentoo repo\" pmaint sync gentoo || exit 1 ;
2727
runner \"Update repo metadata\" pmaint regen --dir ~/.cache/pkgcheck/repos . ;
28-
runner \"Marking workspace safe for git\" git config --global --add safe.directory ${{ github.workspace }} ;
28+
runner \"Marking workspace safe for git\" git config --global --add safe.directory '*' ;
2929
runner \"Run pkgcheck\" pkgcheck --color y ci --failures ~/failures.json --exit GentooCI ${{ inputs.args }} ;
3030
scan_exit_status=$? ;
3131
pkgcheck replay --color y ~/failures.json ;

0 commit comments

Comments
 (0)