use major release tag instead of @main
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 16s

This commit is contained in:
Marius Alwan Meyer 2023-08-10 16:49:12 +02:00
parent e8545cd4e7
commit d4b9261f24

View File

@ -14,7 +14,7 @@ jobs:
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: https://github.com/ansible/ansible-lint-action@main
uses: https://github.com/ansible/ansible-lint-action@v6
# optional:
# with:
# path: "playbooks/" # <-- only one value is allowed