Compare commits

..

6 commits
main ... stable

2 changed files with 1 additions and 20 deletions

View file

@ -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/reverse-proxy-mod.git"
GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

View file

@ -1,4 +1,4 @@
{
"name": "Reverse proxy mod for SVR.JS 3.x",
"version": "Nightly-GitMain"
"version": "1.1.4"
}