diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index aec963e..0b3caa6 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -12,7 +12,6 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - run: echo "💡 Cloned repository: ${{ gitea.repository }} to the runner." - name: Download dependencies run: echo "Downloading dependencies." run: npm ci --cache .npm --prefer-offline