Skip to content

Commit

Permalink
Fix gitlab mirroring (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunkyl authored May 3, 2024
1 parent 3695d5f commit 7c31154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror_repo_to_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, delete]

jobs:
call-nss-ops-mirror-workflow:
uses: ITMO-NSS-team/open-source-ops/.github/workflows/mirror-repo.yml@master
uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master
with:
GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/open-source-ops.git'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions tutorials/mirror_repo_to_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on: [push, pull_request, delete]
jobs:
call-nss-ops-mirror-workflow:
uses: ITMO-NSS-team/open-source-ops/.github/workflows/mirror-repo.yml@master
uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master
with:
GITLAB_URL: '<gitlab_repo_web_URL>'
secrets:
Expand All @@ -51,7 +51,7 @@ jobs:

- Не забудьте подставить нужное значение в `GITLAB_URL`.

- Параметр `uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master` менять НЕ надо.
- Параметр `uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master` менять НЕ надо.

Каждый push в репозиторий будет автоматически запускать этот action. Все commit-ы и ветки будут синхронизованы автоматически.
PR-ы, issue и wiki НЕ будут синхронизированы.
Expand Down

0 comments on commit 7c31154

Please sign in to comment.