Skip to content

Commit f123d5a

Browse files
(MAINT) increase indentation
1 parent a1da2b4 commit f123d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-install-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
echo ::group::list modules
7474
ls -l ./spec/fixtures/modules || true; echo
7575
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
76+
echo ::group::update every 'ssh:' tag in ./inventory.yaml file to add 'native-ssh: true' under install_test_cluster and indent correctly
77+
sed -i -e '/ssh:/a\ native-ssh: true' ./inventory.yaml || true; echo
7878
echo ::endgroup::
7979
echo ::group::list contents of ./inventory.yaml
8080
ls -l ./inventory.yaml || true; echo

0 commit comments

Comments
 (0)