Skip to content

Commit

Permalink
better safe directory marking
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzam committed Jan 17, 2024
1 parent aa3ef67 commit 8bb8c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
runner() { echo \"::group::${1}\"; shift 1; \"$@\"; local exit=$?; echo; echo \"::endgroup::\"; return $exit; } ;
runner \"Sync gentoo repo\" pmaint sync gentoo || exit 1 ;
runner \"Update repo metadata\" pmaint regen --dir ~/.cache/pkgcheck/repos . ;
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 '*' ;
runner \"Run pkgcheck\" pkgcheck --color y ci --failures ~/failures.json --exit GentooCI ${{ inputs.args }} ;
scan_exit_status=$? ;
pkgcheck replay --color y ~/failures.json ;
Expand Down

0 comments on commit 8bb8c4f

Please sign in to comment.