Skip to content

Commit 06651d9

Browse files
author
David Coutadeur
committed
fix github workflow
1 parent 8a64e57 commit 06651d9

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: get repository
1212
run: |
1313
git fetch --unshallow
14-
git pull origin
14+
git pull origin main
1515
git config user.email "automatic@github.com"
1616
git config user.name "GitHub Actions"
1717
- name: test ansible syntax

0 commit comments

Comments
 (0)