Skip to content

Commit 91f6b49

Browse files
committed
Updated ansible-lint action to use main instead of master ref
1 parent a2199d8 commit 91f6b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Lint Ansible Playbook
1919
# replace "master" with any valid ref
20-
uses: ansible/ansible-lint-action@master
20+
uses: ansible/ansible-lint-action@main
2121
with:
2222
# [required]
2323
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)

0 commit comments

Comments
 (0)