Skip to content

Commit

Permalink
set default_author to github_actions (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunlightBro committed Aug 15, 2022
1 parent faa6124 commit 8e92683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sponsor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
- run: ls sponsorkit

- name: Commit
uses: EndBug/add-and-commit@v4
uses: EndBug/add-and-commit@v9
with:
message: "chore: update sponsors.svg"
add: "./sponsorkit/sponsors.*"
default_author: github_actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e92683

Please sign in to comment.