mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-29 11:15:38 +00:00
Mark git repository as safe
This commit is contained in:
parent
5a1c854560
commit
00c6e478b7
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -10,8 +10,10 @@ 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
|
- name: Mark repository as safe
|
||||||
|
run: git config --global --add 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
|
||||||
|
|
Loading…
Reference in a new issue