Skip to content

Create gitlab-mirror.yml #124

Create gitlab-mirror.yml

Create gitlab-mirror.yml #124

Workflow file for this run

name: OR-Gitlab Mirror
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.OR_GITLAB_URL }}
target-username: ${{ secrets.OR_GITLAB_USERNAME }}
target-token: ${{ secrets.OR_GITLAB_ACCESS_TOKEN }

Check failure on line 17 in .github/workflows/gitlab-mirror.yml

View workflow run for this annotation

GitHub Actions / OR-Gitlab Mirror

Invalid workflow file

The workflow is not valid. .github/workflows/gitlab-mirror.yml (Line: 17, Col: 23): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.