Skip to content

Commit

Permalink
Fix Sponsors GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 9, 2024
1 parent d859d9b commit 3e61655
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
branches: [ '**' ]
schedule:
- '0 0 15 * *'
- cron: '0 0 15 * *'

jobs:
tests:
sponsors:
name: Update readme

runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,11 +44,16 @@ jobs:
max_attempts: 3
command: composer update --prefer-dist --no-progress --prefer-stable

- name: Run test suite
- name: Update sponsors on readme.md
run: composer sponsors

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update sponsors
title: Update sponsors
body: Monthly automated sponsors update
assignees: kylekatarnls
reviewers: kylekatarnls
add-paths: |
readme.md

0 comments on commit 3e61655

Please sign in to comment.