Compare commits

..

5 commits
main ... stable

3 changed files with 1 additions and 21 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/easywaf-integration.git"
GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

1
.gitignore vendored
View file

@ -1 +0,0 @@
commit.sh

View file

@ -1,4 +1,4 @@
{
"name": "Integration with EasyWAF",
"version": "Nightly-GitMain"
"version": "1.2.4"
}