From 43ff63d7c849011caa5557b421cc3f6eed26c327 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 15:18:29 +0900 Subject: [PATCH] Fixed repository name --- .github/workflows/pr_from_upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index de2baa6..37eb99c 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -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