aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mirror.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-01-30 03:00:58 +0300
committerValentin Popov <valentin@popov.link>2026-01-30 03:00:58 +0300
commit27e9d2b39ce688a41212e7fb8523e9e792d33dc1 (patch)
tree7a084a55667eb6c60b0a7d23b63661ac0fa4a688 /.github/workflows/mirror.yml
parentb283e2a8dfdc64836b19be7bead02ff6d7541204 (diff)
downloadfparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.tar.xz
fparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.zip
Move CI to Gitea Actions
Diffstat (limited to '.github/workflows/mirror.yml')
-rw-r--r--.github/workflows/mirror.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
deleted file mode 100644
index 0ec3a82..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/fparkan.git'
- GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
- GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}