Skip to content

Create mirror_repo_to_gitlab.yml #1

Create mirror_repo_to_gitlab.yml

Create mirror_repo_to_gitlab.yml #1

name: Mirror repo to GitLab
on: [push, delete]
jobs:
call-dream-ops-mirror-workflow:
uses: dream/.github/workflows/mirror-repo.yml@main

Check failure on line 7 in .github/workflows/mirror_repo_to_gitlab.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror_repo_to_gitlab.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets:
GITLAB_URL: ${{ secrets.GITLAB_URL }}
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}