We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1da2b4 commit f123d5aCopy full SHA for f123d5a
.github/workflows/test-install-matrix.yaml
@@ -73,8 +73,8 @@ jobs:
73
echo ::group::list modules
74
ls -l ./spec/fixtures/modules || true; echo
75
echo ::endgroup::
76
- echo ::group::update every 'ssh:' tag in ./inventory.yaml file to add 'native-ssh: true' under install_test_cluster
77
- sed -i -e '/ssh:/a\ native-ssh: true' ./inventory.yaml || true; echo
+ echo ::group::update every 'ssh:' tag in ./inventory.yaml file to add 'native-ssh: true' under install_test_cluster and indent correctly
+ sed -i -e '/ssh:/a\ native-ssh: true' ./inventory.yaml || true; echo
78
79
echo ::group::list contents of ./inventory.yaml
80
ls -l ./inventory.yaml || true; echo
0 commit comments