diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index ac13e1f..d0ee41b 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -46,4 +46,4 @@ jobs: - name: Run ansible-lint uses: ansible/ansible-lint@v24 with: - working_directory: .tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }} + working_directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }} diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index c2b2351..e170f5e 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -44,4 +44,4 @@ jobs: uses: ansible-community/ansible-test-gh-action@release/v1 with: testing-type: sanity # wokeignore:rule=sanity - collection-src-directory: .tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }} + collection-src-directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }}