Skip to content

Commit

Permalink
fix: wring arg for repository name in integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mk committed Jan 15, 2024
1 parent 791cc61 commit 895e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 895e7e6

Please sign in to comment.