diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..74d65ec --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: Mirror to Gitea +on: [push] +jobs: + mirror: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://git.cuqmbr.xyz/cuqmbr/netxml2kml.git' + GIT_USERNAME: cuqmbr + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}