mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
💚 Fix syntax in repo viz action
This commit is contained in:
parent
cc656a6313
commit
3c49fb0902
1 changed files with 2 additions and 2 deletions
4
.github/workflows/repo-visualization.yml
vendored
4
.github/workflows/repo-visualization.yml
vendored
|
|
@ -28,9 +28,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 0
|
||||
- name: Hercules
|
||||
uses: src-d/hercules@master
|
||||
uses: src-d/hercules@master
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: hercules_charts
|
||||
|
|
|
|||
Loading…
Reference in a new issue