OSDN Git Service

Actions: Drop push mirror for gitlab
authorHiroshi Miura <miurahr@linux.com>
Wed, 4 May 2022 02:01:30 +0000 (11:01 +0900)
committerHiroshi Miura <miurahr@linux.com>
Wed, 4 May 2022 02:01:30 +0000 (11:01 +0900)
Gitlab repository is mirrored by gitlab configuration

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
.github/workflows/mirror-gitlab-and-run-ci.yml [deleted file]
README.md

diff --git a/.github/workflows/mirror-gitlab-and-run-ci.yml b/.github/workflows/mirror-gitlab-and-run-ci.yml
deleted file mode 100644 (file)
index e679f9d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Mirror and run GitLab CI
-
-on:
-  push:
-    branches:
-      - master
-      - releases/*
-
-jobs:
-  mirror-n-ci:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v3
-    - name: Mirror + trigger CI
-      uses: SvanBoxel/gitlab-mirror-and-ci-action@0.3
-      with:
-        args: "https://gitlab.com/dictzip/dictzip-java"
-      env:
-        GITLAB_PROJECT_ID: "25072614"
-        GITLAB_HOSTNAME: "gitlab.com"
-        GITLAB_USERNAME: "miurahr"
-        GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
index a1c4940..82425e1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ As usual of other projects hosted on GitHub, DictZip for java also welcome
 forking source and send modification as a Pull Request.
 It is recommended to post an issue before sending a patch.
 
+## Mirror
+
+Dictzip-java is mirrored to https://gitlab.com/dictzip/dictzip-java periodically and automatically.
+Please raise issues and merge-request on main project site https://github.com/dictzip/dictzip-java
 
 ## Copyrights and License