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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: wow-actions/update-authors@v1
|
- uses: wow-actions/update-authors@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
sort: commits
|
sort: commits
|
||||||
|
@ -80,4 +80,3 @@ jobs:
|
||||||
path: .github/AUTHORS.txt
|
path: .github/AUTHORS.txt
|
||||||
commit: ':blue_heart: Makes author list'
|
commit: ':blue_heart: Makes author list'
|
||||||
template: {{name}} <{{email}}> - {{commits}} commits
|
template: {{name}} <{{email}}> - {{commits}} commits
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,10 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Hercules
|
- name: Hercules
|
||||||
uses: src-d/hercules@master
|
uses: src-d/hercules@master
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: hercules_charts
|
name: hercules_charts
|
||||||
path: hercules_charts.tar
|
path: hercules_charts.tar
|
||||||
|
|
||||||
# Lowlighter metrics community metrics
|
# Lowlighter metrics community metrics
|
||||||
community-stats:
|
community-stats:
|
||||||
|
@ -89,5 +89,4 @@ jobs:
|
||||||
plugin_contributors_ignored: bot
|
plugin_contributors_ignored: bot
|
||||||
plugin_contributors_contributions: yes
|
plugin_contributors_contributions: yes
|
||||||
plugin_contributors_sections: contributors
|
plugin_contributors_sections: contributors
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue