diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10cb859..9d5b17f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: test ci run: | REPO_NAME="${GITHUB_REPOSITORY##*/}" - BRANCH_NAME=${GITHUB_REF##*/} + BRANCH_NAME=${GITHUB_REF_NAME##*/} APP_DIR="/var/docker-web/apps/${REPO_NAME}" - env | sort \ No newline at end of file + echo $REPO_NAME \ No newline at end of file