Skip to content

add defaults for new scalar standard variables (#101) #73

add defaults for new scalar standard variables (#101)

add defaults for new scalar standard variables (#101) #73

name: Merge changes into fabm-plus and push
on:
push:
branches:
- master
jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Merge into fabm-plus
run: |
git clone https://${{secrets.FABM_PLUS_PAT}}:@github.com/fabm-model/fabm-plus.git fabm-plus
cd fabm-plus
git config user.name "Automerge Bot"
git config user.email "[email protected]"
git config pull.rebase false
git pull https://github.com/fabm-model/fabm.git
git push