mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-29 11:15: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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
set-safe-directory: /github/workspace
|
||||||
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
|
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
|
||||||
env:
|
env:
|
||||||
GIT_AUTHOR_NAME: Flatpak External Data Checker
|
GIT_AUTHOR_NAME: Flatpak External Data Checker
|
||||||
|
|
|
@ -95,7 +95,7 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 3d411431c69ccb55c50c2685708d9fc24626ab61
|
commit: 1d7a00666e4ace89ac985aa4effc4cc751e0fe2c
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/intel/ittapi.git
|
url: https://github.com/intel/ittapi.git
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue