Skip to content

Commit d6a2f0e

Browse files
committed
fix(workflow): correct parameter syntax for Bolt plan execution
- Updated the syntax for passing parameters to the Bolt plan from `@params.json` to `--params @params.json`.
1 parent 9ad7c49 commit d6a2f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-convert-to-legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
bundle exec bolt plan run peadm::install \
237237
--inventoryfile spec/fixtures/litmus_inventory.yaml \
238238
--modulepath spec/fixtures/modules \
239-
@params.json
239+
--params @params.json
240240
echo ::endgroup::
241241
- name: Wait as long as the file ${HOME}/pause file is present
242242
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}

0 commit comments

Comments
 (0)