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 e70e735 commit 416e888Copy full SHA for 416e888
.github/AUTHORS.txt
.github/workflows/credits.yml
@@ -21,19 +21,3 @@ jobs:
21
userNameHeight: 20
22
svgWidth: 830
23
commitMessage: 'chore: update CONTRIBUTORS'
24
-
25
- authors:
26
- runs-on: ubuntu-latest
27
- steps:
28
- - name: Checkout
29
- uses: actions/checkout@v4
30
- with:
31
- fetch-depth: 0
32
- - name: Update Authors
33
- uses: wow-actions/update-authors@v1
34
35
- GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
36
- sort: 'commits'
37
- path: .github/AUTHORS.txt
38
- template: '{{ name }} <{{ email }}> - commits'
39
- commit: 'chore: update AUTHORS'
0 commit comments