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 4f121f0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Sponsors

on:
push:
branches: [ '**' ]
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 +40,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 4f121f0

Please sign in to comment.