Skip to content

Commit ff39eca

Browse files
committed
fix: change to bot user
1 parent 9a7fdc3 commit ff39eca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sponsors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: Checkout 🛎️
1313
uses: actions/checkout@v2
1414

15+
- name: Setup Git Config
16+
run: |
17+
git config --global user.name 'github-actions[bot]'
18+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
19+
1520
- name: Generate Sponsors 💖
1621
uses: JamesIves/github-sponsors-readme-action@v1
1722
with:

0 commit comments

Comments
 (0)