We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ef67 commit 8bb8c4fCopy full SHA for 8bb8c4f
1 file changed
action.yml
@@ -25,7 +25,7 @@ runs:
25
runner() { echo \"::group::${1}\"; shift 1; \"$@\"; local exit=$?; echo; echo \"::endgroup::\"; return $exit; } ;
26
runner \"Sync gentoo repo\" pmaint sync gentoo || exit 1 ;
27
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 }} ;
+ runner \"Marking workspace safe for git\" git config --global --add safe.directory '*' ;
29
runner \"Run pkgcheck\" pkgcheck --color y ci --failures ~/failures.json --exit GentooCI ${{ inputs.args }} ;
30
scan_exit_status=$? ;
31
pkgcheck replay --color y ~/failures.json ;
0 commit comments