Skip to content

Commit

Permalink
Update ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-DP committed Jan 29, 2025
1 parent 188f840 commit 19e6e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Install ansible lint
run: pip install ansible-lint==6.22.0

- name: ansible-lint
- name: run-ansible-lint
# replace "master" with any valid ref
uses: ansible/ansible-lint@main
uses: ansible/ansible-lint@v6.22.0
with:
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
Expand Down

0 comments on commit 19e6e57

Please # to comment.