File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/build_install_collection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ runs:
87
87
run : ansible-galaxy collection install ./${{ steps.identify.outputs.tar_file || inputs.tar_file }} --pre -p /home/runner/collections
88
88
shell : bash
89
89
working-directory : ${{ inputs.source_path }}
90
- if : ${{ inputs.ansible_version != " stable-2.9" }}
90
+ if : ${{ inputs.ansible_version != ' stable-2.9' }}
91
91
92
92
- name : Install collection and dependencies (without --pre flag)
93
93
run : ansible-galaxy collection install ./${{ steps.identify.outputs.tar_file || inputs.tar_file }} -p /home/runner/collections
94
94
shell : bash
95
95
working-directory : ${{ inputs.source_path }}
96
- if : ${{ inputs.ansible_version == " stable-2.9" }}
96
+ if : ${{ inputs.ansible_version == ' stable-2.9' }}
97
97
98
98
- name : Copy the galaxy.yml from source to destination, needed for pytest-ansible-units
99
99
run : cp galaxy.yml ${{ steps.identify.outputs.collection_path || inputs.collection_path }}/galaxy.yml
You can’t perform that action at this time.
0 commit comments