Skip to content

add first functionality for immersed #113

add first functionality for immersed

add first functionality for immersed #113

Workflow file for this run

name: sync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
# Such as https://gitlab.inria.fr/gismo/gismo
target-url: ${{ secrets.GITLAB_TARGET_URL }}
target-username: ${{ secrets.GITLAB_TARGET_USERNAME }}
target-token: ${{ secrets.GITLAB_TARGET_TOKEN }}