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