Skip to content

Commit 320b27a

Browse files
authored
test.yml: fix typo
1 parent 0e7961f commit 320b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12-
- name: Get full repo histroy
12+
- name: Get full repo history
1313
run: git fetch --prune --unshallow --tags
1414
- name: Test
1515
run: make test

0 commit comments

Comments
 (0)