Skip to content

Commit

Permalink
Create PR on sponsors update
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Nov 16, 2023
1 parent c9077f9 commit 95ec7e4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/sponsors-in-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
organization: true
token: ${{ secrets.SPONSORS_README_ACTION_PERSONAL_ACCESS_TOKEN }}
file: 'README.md'
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
- name: Push PR
uses: peter-evans/create-pull-request@v5
with:
branch: master
folder: '.'
commit-message: Update sponsors
title: "Update sponsors"
body: Update sponsors
branch: sponsors
base: ${{ inputs.target_branch }}
delete-branch: true

0 comments on commit 95ec7e4

Please sign in to comment.