Skip to content

Commit

Permalink
fix(workflow): correct inventory file extension in test-upgrade-legac…
Browse files Browse the repository at this point in the history
…y job

- Change inventory file extension from .yml to .yaml in the workflow
- Ensure the correct inventory file is used during job execution
  • Loading branch information
CoMfUcIoS committed Sep 19, 2024
1 parent 70e8296 commit ce44b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
--inventory spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
--no-host-key-check \
inventory_file=spec/fixtures/litmus_inventory.yml
inventory_file=spec/fixtures/litmus_inventory.yaml
echo ::endgroup::
echo ::group::info:request
cat request.json || true; echo
Expand Down

0 comments on commit ce44b21

Please sign in to comment.