diff --git a/.gitea/workflows/mirror.yaml b/.gitea/workflows/mirror.yaml deleted file mode 100644 index d59ec81..0000000 --- a/.gitea/workflows/mirror.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Push to Github -run-name: ${{ gitea.actor }} is pushing repo to Github -on: [push] - -jobs: - push-to-github: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - name: Prepend README - run: | - cat README.md - echo -e "THIS REPO IS A MIRROR OF https://git.gliroid.com/Pupyrinth/Chronolock!\n\n$(cat README.md)" > README.md - cat README.md