From 46f31593748be58cfd734738575bfa244ea8c83e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 22:59:55 +0900 Subject: [PATCH] Fixing env variables --- .github/workflows/pr_from_upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index d7432db..08e628f 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -62,6 +62,8 @@ jobs: git commit -m "Merge changes from upstream ${{ env.UPSTREAM_REPO }}/${{ env.TARGET_BRANCH }} with conflicts" fi + echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV + - name: Push changes to new branch if: success() run: |