From 92f831245ab32b2bcd93fe449f70c17a8af91b5f Mon Sep 17 00:00:00 2001 From: Sergey Ukustov Date: Tue, 12 Mar 2024 15:59:48 +0300 Subject: [PATCH] action --- .github/workflows/upload-example-vite.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/upload-example-vite.yaml b/.github/workflows/upload-example-vite.yaml index 5075cd7..7d2cc38 100644 --- a/.github/workflows/upload-example-vite.yaml +++ b/.github/workflows/upload-example-vite.yaml @@ -7,12 +7,6 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - uses: actions/checkout@v3 - uses: pnpm/action-setup@v3 name: Install pnpm with: