Skip to content

Commit

Permalink
docs: try another action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Apr 5, 2024
1 parent 10345ea commit 9899bc6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
deploy:
Expand All @@ -30,9 +31,9 @@ jobs:
minimum: 25000
file: 'README.md'

- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: main
folder: '.'
commit_message: "docs: update sponsors"
commit-message: "docs: update sponsors"
title: "docs: update sponsors"
branch: create-pull-request/update-sponsors

0 comments on commit 9899bc6

Please sign in to comment.