From 9899bc64b6493be6fa9f447253217e8db2363a00 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 5 Apr 2024 19:06:27 -0400 Subject: [PATCH] docs: try another action --- .github/workflows/sponsors.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index 99773b22..1c2ef72c 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -6,6 +6,7 @@ on: permissions: contents: write + pull-requests: write jobs: deploy: @@ -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