Skip to content

Add print of the default renderer and available renderers to the grap… #33

Add print of the default renderer and available renderers to the grap…

Add print of the default renderer and available renderers to the grap… #33

Workflow file for this run

name: Sync Repository to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync to GitLab
uses: yesolutions/mirror-action@master
with:
REMOTE: https://open-git.deltares.nl/deltares-github-backups/${{ github.event.repository.name }}.git
GIT_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GIT_PASSWORD: ${{ secrets.GITLAB_PAT }}