From c9ba287da55ea5407025842270de98afe2214cde Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 6 Nov 2024 10:54:32 +0900 Subject: [PATCH] PR: troubleshooting the PR not being created --- .github/workflows/pr_from_upstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 4da37d9..d585dfe 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -71,12 +71,12 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Push changes to new branch - if: success() && env.SKIP_PR == 'false' + if: success() run: | git push origin "${{ env.BRANCH_NAME }}" - name: Create Pull Request - if: success() && env.SKIP_PR == 'false' + if: success() uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }}