mirror of https://github.com/Lissy93/dashy.git
🩹 Fixes syntax errors in actions
This commit is contained in:
parent
8c9398dfaf
commit
4b758f4e41
|
@ -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
|
||||
|
||||
|
|
|
@ -31,10 +31,10 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Hercules
|
||||
uses: src-d/hercules@master
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: hercules_charts
|
||||
path: hercules_charts.tar
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: hercules_charts
|
||||
path: hercules_charts.tar
|
||||
|
||||
# Lowlighter metrics community metrics
|
||||
community-stats:
|
||||
|
@ -89,5 +89,4 @@ jobs:
|
|||
plugin_contributors_ignored: bot
|
||||
plugin_contributors_contributions: yes
|
||||
plugin_contributors_sections: contributors
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue