Skip to content

Commit

Permalink
Fix base_config input to molecule-test
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 5, 2024
1 parent 09724de commit 5e07014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: UCL-MIRSG/.github/actions/[email protected]
with:
scenario: ${{ matrix.scenario }}
base_config: format('{0}{1}_base_config.yml', ${{ inputs.base_config_path }}, ${{ matrix.scenario }})
base_config: ${{ format('{0}{1}_base_config.yml', inputs.base_config_path, matrix.scenario ) }}
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ${{ inputs.tests_path }}

0 comments on commit 5e07014

Please sign in to comment.