mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Fix git "dubious ownership" error
This commit is contained in:
parent
e24b0226c3
commit
762d556e08
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
|
||||
|
|
Loading…
Reference in a new issue