From 64825a7878b7ceecd95eadb4b9c8ebd3f5921e37 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 10 Nov 2023 14:46:27 +0100 Subject: [PATCH] Use new drone ci provided repo name --- plugin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.sh b/plugin.sh index c4150ae..da45ad2 100644 --- a/plugin.sh +++ b/plugin.sh @@ -27,8 +27,8 @@ if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then exit 1; fi if [ "${PLUGIN_REPO:-null}" = null ]; then - echo "Falling back to drone repo name"; - PLUGIN_REPO=$CI_REPO_NAME + echo "Falling back to ci repo name: ${CI_REPO}"; + PLUGIN_REPO=$CI_REPO fi if [ "${PLUGIN_GITEA_DRAFT:-null}" = null ]; then PLUGIN_GITEA_DRAFT=false