Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fbdaaf2d authored by Ilyas Toumlilt's avatar Ilyas Toumlilt :runner:
Browse files

Github action mirror to Gitlab

parent 18484927
No related branches found
No related tags found
No related merge requests found
name: Mirroring to Concordant Gitlab
on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.inria.fr:concordant/software/c-sudoku.git
ssh_private_key:
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment