Skip to content

Add missing bdgfile, bdgcsvfile, and stagefile options to lakefile te… #6

Add missing bdgfile, bdgcsvfile, and stagefile options to lakefile te…

Add missing bdgfile, bdgcsvfile, and stagefile options to lakefile te… #6

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@662fce0eced8996f64d7fa264d76cddd84827f33
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 }}