From c1f0b2fa3c6abe6d44e46847aeaadf74f89247e2 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 26 Apr 2023 17:50:04 +0100 Subject: [PATCH] missed dollar --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 28b31cb..ed2b1a9 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: # Set KO_DOCKER_REPO for future steps. # We need to get the repository name in lowercase, otherwise it could fail - repo=$(echo "{{ github.repository }}" | tr '[:upper:]' '[:lower:]') + repo=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]') echo "KO_DOCKER_REPO=ghcr.io/${repo}" echo "KO_DOCKER_REPO=ghcr.io/${repo}" >> $GITHUB_ENV fi