We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9077f9 commit 95ec7e4Copy full SHA for 95ec7e4
.github/workflows/sponsors-in-readme.yml
@@ -16,8 +16,12 @@ jobs:
16
organization: true
17
token: ${{ secrets.SPONSORS_README_ACTION_PERSONAL_ACCESS_TOKEN }}
18
file: 'README.md'
19
- - name: Deploy to GitHub Pages 🚀
20
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Push PR
+ uses: peter-evans/create-pull-request@v5
21
with:
22
- branch: master
23
- folder: '.'
+ commit-message: Update sponsors
+ title: "Update sponsors"
24
+ body: Update sponsors
25
+ branch: sponsors
26
+ base: ${{ inputs.target_branch }}
27
+ delete-branch: true
0 commit comments