mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Fixed repository name
This commit is contained in:
parent
c11f3af975
commit
43ff63d7c8
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- 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
|
||||
: "${UPSTREAM_REPO:=${{ github.repository }} }"
|
||||
: "${UPSTREAM_REPO:=${{ github.event.repository.name }} }"
|
||||
: "${TARGET_BRANCH:=master}"
|
||||
|
||||
# Format the repository name for flathub
|
||||
|
|
Loading…
Reference in a new issue