Skip to content

Commit

Permalink
Shush git complaining about "dubious" ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 21, 2024
1 parent 334d751 commit 05fd585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/linux/generate-metainfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if [[ $# -lt 1 ]]; then
exit 1
fi

git config --global --add safe.directory /__w/pcsx2/pcsx2

OUTFILE=$1
GIT_DATE=$(git log -1 --pretty=%cd --date=short)
GIT_VERSION=$(git tag --points-at HEAD)
Expand Down

0 comments on commit 05fd585

Please sign in to comment.