From c1a8c1a5e5ea6eb240f9b41f0b51c7bc24421b0b Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 6 Nov 2024 11:04:02 +0900 Subject: [PATCH] PR: troubleshooting the PR not being created --- .github/workflows/pr_from_upstream.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index d585dfe..c80cfe2 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -66,10 +66,8 @@ jobs: git diff - echo "GIT_DIFF<> $GITHUB_ENV - git diff >> $GITHUB_ENV - echo "EOF" >> $GITHUB_ENV - + echo "GIT_DIFF=$git diff" >> $GITHUB_ENV + - name: Push changes to new branch if: success() run: |