From 434cb21173e319ae879273b6b4fa08e6c8e2fb2e Mon Sep 17 00:00:00 2001 From: Tomas Karasek Date: Thu, 11 Jan 2024 16:59:14 +0200 Subject: [PATCH] fix: typo in GH action for integration tests --- .github/workflows/ansible-tests-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-tests-pr.yml b/.github/workflows/ansible-tests-pr.yml index 053b23cc..01642a0e 100644 --- a/.github/workflows/ansible-tests-pr.yml +++ b/.github/workflows/ansible-tests-pr.yml @@ -34,7 +34,7 @@ jobs: - name: checkout Ansible collection uses: actions/checkout@v4 with: - name: equinix-labs/ansible-collection-equinix + repository: equinix-labs/ansible-collection-equinix path: .ansible/collections/ansible_collections/equinix/cloud ref: ${{ github.event.pull_request.head.sha || github.ref }}