mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-23 17:10:19 +01:00
the bullseye check is using the "main" branch
The https://github.com/marketplace/actions/check-ansible-debian-bullseye is available at the "main" branch.
This commit is contained in:
parent
6b1b328de3
commit
00df9a1855
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with debian:bullseye (11)
|
||||
uses: roles-ansible/check-ansible-debian-bullseye-action@master
|
||||
with:
|
||||
uses: roles-ansible/check-ansible-debian-bullseye-action@main
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
|
|
Loading…
Reference in a new issue