Delete .github/workflows/mirror.yml

This commit is contained in:
2025-12-03 04:47:38 +04:00
parent 3191f8628b
commit 0086c0ca76

View File

@@ -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 }}