Skip to content

Commit

Permalink
chore(sponsors): Ignore errors when creating PR
Browse files Browse the repository at this point in the history
This is throwing when no changes were made, which can be ignored.
  • Loading branch information
fb55 committed Jan 5, 2024
1 parent c81351f commit 9d81c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
continue-on-error: true
with:
commit-message: 'docs(readme): Update Sponsors'
title: Update Sponsors
Expand Down

0 comments on commit 9d81c36

Please sign in to comment.