From f571077218a03b388f77a7e38b948d25ad4070f8 Mon Sep 17 00:00:00 2001 From: nullptr Date: Mon, 16 Dec 2024 08:56:40 +0000 Subject: [PATCH] ci: skip create pr --- .github/workflows/fetch_update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fetch_update.yml b/.github/workflows/fetch_update.yml index 2535bc4..29446f0 100644 --- a/.github/workflows/fetch_update.yml +++ b/.github/workflows/fetch_update.yml @@ -42,10 +42,9 @@ jobs: echo "##[set-output name=changes;]false" fi - - name: Push changes and create PR + - name: Push changes if: steps.check-for-changes.outputs.changes == 'true' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git push --set-upstream origin update-branch -f - gh pr create --title "bot: fetch update components" --body "This PR was created automatically by GitHub Actions." --base main --head update-branch \ No newline at end of file