fix for lint-workflow
This commit is contained in:
parent
e6e6e00eb1
commit
ced8459f8a
|
|
@ -49,8 +49,8 @@ jobs:
|
|||
|
||||
- name: Preparing collection for AnsibleLint
|
||||
run: |
|
||||
mkdir -p "/tmp/ansible_lint/roles/${{ github.event.repository.name }}"
|
||||
ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/${{ github.event.repository.name }}"
|
||||
mkdir -p "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
|
||||
ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
|
||||
shell: bash
|
||||
|
||||
- name: Running AnsibleLint
|
||||
|
|
|
|||
Loading…
Reference in New Issue