Skip to content

Commit

Permalink
Merge pull request #120 from bedroge/fix_lint_action
Browse files Browse the repository at this point in the history
Fix Ansible lint action
  • Loading branch information
boegel authored Apr 26, 2022
2 parents db7b58c + 458bd69 commit 3dbccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

0 comments on commit 3dbccc9

Please sign in to comment.