From 5a1c8545605459b0c8c665116eab1c72ac513611 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 4 Mar 2023 12:06:27 +0100 Subject: [PATCH 1/2] Update rpcs3.git --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index bc1d046..a534f24 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -95,7 +95,7 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 1d7a00666e4ace89ac985aa4effc4cc751e0fe2c + commit: 2de4c03faa54f001910c1cc5bafda62cc23fa803 - type: git url: https://github.com/intel/ittapi.git branch: master From 00c6e478b71ba459f952d0f8eeea7d041d4ae3a1 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 4 Mar 2023 12:02:59 +0100 Subject: [PATCH 2/2] Mark git repository as safe --- .github/workflows/update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4d0974d..e00895d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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