mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-26 01:55:38 +00:00
Merge pull request #1342 from j8r/fix-git-ownership-error
Fix git "dubious ownership" error
This commit is contained in:
commit
12a676fe9e
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
set-safe-directory: /github/workspace
|
||||
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
|
||||
env:
|
||||
GIT_AUTHOR_NAME: Flatpak External Data Checker
|
||||
|
|
|
@ -95,7 +95,7 @@ modules:
|
|||
- type: git
|
||||
url: https://github.com/RPCS3/rpcs3.git
|
||||
branch: master
|
||||
commit: 3d411431c69ccb55c50c2685708d9fc24626ab61
|
||||
commit: 1d7a00666e4ace89ac985aa4effc4cc751e0fe2c
|
||||
- type: git
|
||||
url: https://github.com/intel/ittapi.git
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue