dd
This commit is contained in:
parent
d8bfdd8bb6
commit
7455be1386
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: write vault-pass
|
||||
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue