fix for lint-workflow

This commit is contained in:
AnsibleGuy 2023-06-28 21:10:10 +02:00
parent e6e6e00eb1
commit ced8459f8a
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 2 additions and 2 deletions

View File

@ -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