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