🩹 Fixes syntax errors in actions
This commit is contained in:
3
.github/workflows/generate-credits.yml
vendored
3
.github/workflows/generate-credits.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: wow-actions/update-authors@v1
|
||||
- uses: wow-actions/update-authors@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
sort: commits
|
||||
@@ -80,4 +80,3 @@ jobs:
|
||||
path: .github/AUTHORS.txt
|
||||
commit: ':blue_heart: Makes author list'
|
||||
template: {{name}} <{{email}}> - {{commits}} commits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user