fix yaml highlighting

This commit is contained in:
leongross 2022-11-24 15:32:14 +01:00
parent c682db2712
commit 519c7c6b70
No known key found for this signature in database
GPG Key ID: 8684D89F6BF9B743

View File

@ -60,8 +60,7 @@ If `KO_DOCKER_REPO` is already set when `setup-ko` runs, it will skip logging in
To do this, you should provide credentials to authorize the push.
You can use [encrypted secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to store the authorization token, and pass it to `ko login` before pushing:
```
```yaml
steps:
...
- uses: imjasonh/setup-ko@v0.6