We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7fdc3 commit ff39ecaCopy full SHA for ff39eca
.github/workflows/sponsors.yml
@@ -12,6 +12,11 @@ jobs:
12
- name: Checkout 🛎️
13
uses: actions/checkout@v2
14
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
+
20
- name: Generate Sponsors 💖
21
uses: JamesIves/github-sponsors-readme-action@v1
22
with:
0 commit comments