Skip to content

Commit 3dbccc9

Browse files
authored
Merge pull request #120 from bedroge/fix_lint_action
Fix Ansible lint action
2 parents db7b58c + 458bd69 commit 3dbccc9

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
@@ -13,7 +13,7 @@ jobs:
1313

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

0 commit comments

Comments
 (0)