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