Remove extra indent in CI example (#376)

This commit is contained in:
wackbyte 2024-02-12 13:54:07 -05:00 committed by GitHub
parent ec7880d4a5
commit 921211782f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs {
step "Other Stuff" run="
echo foo
echo bar
echo baz
echo baz
"
}
}