diff --git a/.github/workflows/test.yml b/.gitea/workflows/test.yml similarity index 99% rename from .github/workflows/test.yml rename to .gitea/workflows/test.yml index 01581b8..bd61616 100644 --- a/.github/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,4 +1,5 @@ name: Test + on: [push, pull_request] jobs: 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 }}