Skip to content

Commit a255450

Browse files
authored
Merge pull request #10 from ansible-actions/DO1JLR-patch-1
Update README.md
2 parents 4024fa0 + 659ddd4 commit a255450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- name: 'checkout git repo'
24+
- name: Checkout git repo
2525
uses: actions/checkout@v4
2626
with:
2727
submodules: true
2828
fetch-depth: 0
2929

3030
- name: Run ansible-lint
31-
uses: ansible-actions/[email protected].1
31+
uses: ansible-actions/[email protected].2
3232
with:
3333
target: "./"
3434
```

0 commit comments

Comments
 (0)