From e3022078ccfd6341cf9c59435f45fa3442aadae8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 22:26:06 +0900 Subject: [PATCH] Added "Configuring Git" step even for PR --- .github/workflows/pr_from_upstream.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 9c4982c..cca7543 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -25,6 +25,12 @@ jobs: repositories: "RetroDECK,Cooker" owner: "RetroDECK" + - name: Configuring Git + run: | + git config --global protocol.file.allow always + git config --global user.name "Rekku" + git config --global user.email "rekku@retrodeck.net" + - name: Set default values for UPSTREAM_REPO and TARGET_BRANCH if not set run: | # Use the current repository name if UPSTREAM_REPO is not set