Skip to content

Commit 13a2081

Browse files
authored
Merge pull request #350 from tgsoverly/patch-1
Update action to pull entire history
2 parents 7bb8f44 + 4e2fda6 commit 13a2081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
name: Charts generated by src-d/hercules
77
steps:
88
- uses: actions/checkout@master
9+
with:
10+
fetch-depth: 0
911
- name: Hercules
1012
uses: src-d/hercules@master
1113
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)