mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Added "Configuring Git" step even for PR
This commit is contained in:
parent
3fcdfca4e7
commit
e3022078cc
6
.github/workflows/pr_from_upstream.yml
vendored
6
.github/workflows/pr_from_upstream.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue