We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f9e61 commit 0c2dd49Copy full SHA for 0c2dd49
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
+ with:
19
+ fetch-depth: 0
20
- name: Set up Python
21
uses: actions/setup-python@v2
22
with:
@@ -34,6 +36,8 @@ jobs:
34
36
35
37
38
39
40
41
42
43
0 commit comments