Skip to content

Commit

Permalink
fix collection path (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Nov 11, 2024
1 parent 9688ea9 commit 9204ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/build_ansible_collection/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
working-directory: ${{ inputs.source_path }}

- name: Install collection
run: ansible-galaxy collection install . -p /home/runner/collections
run: ansible-galaxy collection install .
shell: bash
working-directory: ${{ inputs.source_path }}
...

0 comments on commit 9204ca7

Please sign in to comment.