Compare commits

...

2 commits
stable ... main

Author SHA1 Message Date
Dorian Niemiec
07e150707a
Update main.yml 2024-06-22 09:17:59 +02:00
Dorian Niemiec
e2bb0a8be6
Create main.yml 2024-05-18 12:44:00 +02:00

19
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,19 @@
# 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/forward-proxy-mod.git"
GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}