Skip to content

Commit

Permalink
ci: skip create pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr authored Dec 16, 2024
1 parent 3eddbc4 commit f571077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fetch_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f571077

Please sign in to comment.