We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7961f commit 320b27aCopy full SHA for 320b27a
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v2
12
- - name: Get full repo histroy
+ - name: Get full repo history
13
run: git fetch --prune --unshallow --tags
14
- name: Test
15
run: make test
0 commit comments