From 519c7c6b70f123f5b00533c068eec5b3de96097a Mon Sep 17 00:00:00 2001 From: leongross Date: Thu, 24 Nov 2022 15:32:14 +0100 Subject: [PATCH] fix yaml highlighting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aecae7c..24930e1 100644 --- a/README.md +++ b/README.md @@ -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