From 7e0f95e09e719aef10f7e380f1c56751b1a01f8c Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 12 Jan 2025 18:35:53 +0100 Subject: [PATCH] ci: remove a Git repository mirroring GitHub action --- .github/workflows/main.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index de1a79f..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Sync repo to the Codeberg mirror -name: Repo sync GitHub -> SVR.JS Git server -on: - push: - branches: - - '**' - -jobs: - svrjsgit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: spyoungtech/mirror-action@v0.5.1 - with: - REMOTE: "https://git.svrjs.org/svrjs/svrjs-mod-starter.git" - GIT_USERNAME: github-mirror - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}