Added "Configuring Git" step even for PR

This commit is contained in:
XargonWan 2024-11-05 22:26:06 +09:00
parent 3fcdfca4e7
commit e3022078cc

View file

@ -25,6 +25,12 @@ jobs:
repositories: "RetroDECK,Cooker" repositories: "RetroDECK,Cooker"
owner: "RetroDECK" 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 - name: Set default values for UPSTREAM_REPO and TARGET_BRANCH if not set
run: | run: |
# Use the current repository name if UPSTREAM_REPO is not set # Use the current repository name if UPSTREAM_REPO is not set