Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Feb 15, 2022
1 parent 8a64e57 commit 06651d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: get repository
run: |
git fetch --unshallow
git pull origin
git pull origin main
git config user.email "automatic@github.com"
git config user.name "GitHub Actions"
- name: test ansible syntax
Expand Down

0 comments on commit 06651d9

Please sign in to comment.