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 8a64e57 commit 06651d9Copy full SHA for 06651d9
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: get repository
12
run: |
13
git fetch --unshallow
14
- git pull origin
+ git pull origin main
15
git config user.email "automatic@github.com"
16
git config user.name "GitHub Actions"
17
- name: test ansible syntax
0 commit comments