From af3094038e533ea386fbc5bcf6b605c21ea67ae8 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 2 Jul 2024 10:40:29 -0600 Subject: [PATCH] fix ansible-lint test --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 845af81..5df1ebe 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -35,4 +35,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 }}