mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +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
|
||||
steps:
|
||||
- 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
|
||||
env:
|
||||
GIT_AUTHOR_NAME: Flatpak External Data Checker
|
||||
|
|
Loading…
Reference in a new issue