Skip to content

Update mirror_repo_to_gitlab.yml #3

Update mirror_repo_to_gitlab.yml

Update mirror_repo_to_gitlab.yml #3

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

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

View workflow run for this annotation

GitHub Actions / Mirror repo to GitLab

Invalid workflow file

The workflow is not valid. .github/workflows/mirror_repo_to_gitlab.yml (Line: 7, Col: 11): Input GITLAB_URL is required, but not provided while calling. .github/workflows/mirror_repo_to_gitlab.yml (Line: 9, Col: 19): Invalid secret, GITLAB_URL is not defined in the referenced workflow.
secrets:
GITLAB_URL: ${{ secrets.GITLAB_URL }}
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}