mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-25 17:45:38 +00:00
Finally fix git safe directory error
This commit is contained in:
parent
dbab786526
commit
739f89d68b
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -11,9 +11,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- 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
|
||||||
|
@ -24,4 +21,5 @@ jobs:
|
||||||
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
|
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: --update --never-fork net.rpcs3.RPCS3.yaml
|
entrypoint: /bin/sh
|
||||||
|
args: -c "git config --global --add safe.directory /github/workspace && cd /github/workspace && /app/flatpak-external-data-checker --update --never-fork net.rpcs3.RPCS3.yaml"
|
||||||
|
|
Loading…
Reference in a new issue