From aac5697b12c0e688a3525853291fab639fd5e076 Mon Sep 17 00:00:00 2001 From: valere Date: Fri, 19 Sep 2025 22:28:55 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72d10a6..77914ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy App on: [push] env: - APP_DIR_NAME: ${{ GITHUB_REPOSITORY_NAME }} + APP_DIR_NAME: ${{ GITHUB_REPOSITORY }} jobs: test: @@ -11,8 +11,6 @@ jobs: image: node:20-alpine steps: - uses: actions/checkout@v4 - - name: Install pnpm - run: npm install -g pnpm eslint - name: test run: echo $APP_DIR_NAME