Skip to content

Commit

Permalink
fix(workflow): correct parameter syntax for Bolt plan execution
Browse files Browse the repository at this point in the history
- Updated the syntax for passing parameters to the Bolt plan from `@params.json` to `--params @params.json`.
  • Loading branch information
CoMfUcIoS committed Sep 24, 2024
1 parent 9ad7c49 commit d6a2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-convert-to-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
bundle exec bolt plan run peadm::install \
--inventoryfile spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
@params.json
--params @params.json
echo ::endgroup::
- name: Wait as long as the file ${HOME}/pause file is present
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}
Expand Down

0 comments on commit d6a2f0e

Please sign in to comment.