Skip to content

Workflow file for this run

name: Mirror repo to GitLab
on: [push, pull_request, delete]
jobs:
call-nss-ops-mirror-workflow:
uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master

Check failure on line 7 in .github/workflows/mirror-repo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror-repo.yml

Invalid workflow file

error parsing called workflow ".github/workflows/mirror-repo.yml" -> "ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
GITLAB_URL: 'https://gitlab.actcognitive.org/DmitryRyumin/openav'
secrets:
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}