From 0086c0ca764c5408975799eb0bda941e04dffa71 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 3 Dec 2025 04:47:38 +0400 Subject: [PATCH] Delete .github/workflows/mirror.yml --- .github/workflows/mirror.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index b1d44a9..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Mirror -on: [push] - -jobs: - mirror: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://git.popov.link/sublime-text-cleaner.git' - GIT_USERNAME: ${{ secrets.GIT_USERNAME }} - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}