Skip to content

Commit ce44b21

Browse files
committed
fix(workflow): correct inventory file extension in test-upgrade-legacy job
- Change inventory file extension from .yml to .yaml in the workflow - Ensure the correct inventory file is used during job execution
1 parent 70e8296 commit ce44b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-upgrade-legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
--inventory spec/fixtures/litmus_inventory.yaml \
8181
--modulepath spec/fixtures/modules \
8282
--no-host-key-check \
83-
inventory_file=spec/fixtures/litmus_inventory.yml
83+
inventory_file=spec/fixtures/litmus_inventory.yaml
8484
echo ::endgroup::
8585
echo ::group::info:request
8686
cat request.json || true; echo

0 commit comments

Comments
 (0)