Skip to content

Commit

Permalink
fix collection path
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Nov 11, 2024
1 parent 4f859c6 commit f11a940
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 f11a940

Please sign in to comment.