Regrid iMOD5 cap data to MODFLOW6 dis #126
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@1708f16cdb28634fd3ba10c5c79abc91f5578a14 | |
| 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 }} |