Fixed repository name

This commit is contained in:
XargonWan 2024-11-05 15:18:29 +09:00
parent c11f3af975
commit 43ff63d7c8

View file

@ -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