From fc1ef34f342802da46822ca76652ece851d88748 Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 2 Feb 2026 09:47:01 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4113668..5e08b05 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,4 +15,4 @@ jobs: BRANCH_NAME=${GITHUB_REF_NAME##*/} APP_DIR="/var/docker-web/apps/${REPO_NAME}" - echo $GITHUB_REPOSITORY \ No newline at end of file + echo ${GITHUB_REPOSITORY##*/} \ No newline at end of file