Skip to content

Commit 5a8179e

Browse files
Fix indentation in vm_test.yml workci: fix YAML indentation for pre-checkout stepflow
1 parent d0c46da commit 5a8179e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/vm_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ jobs:
115115
with:
116116
egress-policy: audit
117117

118-
- name: Pre-checkout dependencies
119-
run: |
120-
if command -v zypper >/dev/null; then
121-
sudo zypper install -y tar gzip
122-
fi
118+
- name: Pre-checkout dependencies
119+
run: |
120+
if command -v zypper >/dev/null; then
121+
sudo zypper install -y tar gzip
122+
fi
123123
124-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
124+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125

126126
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
127127
with:

0 commit comments

Comments
 (0)