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 ebac36b commit 669aabcCopy full SHA for 669aabc
.github/workflows/master.yaml
@@ -30,6 +30,8 @@ jobs:
30
## checks out our code locally so we can work with the files
31
- name: Checkout code
32
uses: actions/checkout@v2
33
+ with:
34
+ fetch-depth: 0
35
36
- name: Build Windows
37
if: matrix.os == 'windows-latest'
0 commit comments