Skip to content

Add Cloud-J directory to ChemistryInputs.csv for 14.3.0 #33

Add Cloud-J directory to ChemistryInputs.csv for 14.3.0

Add Cloud-J directory to ChemistryInputs.csv for 14.3.0 #33

Workflow file for this run

name: Update main (on push)
on:
push:
branches:
- dev
jobs:
run:
name: Update main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main
fetch-depth: 0
submodules: true
- run: |
cd develop
git fetch
git checkout origin/dev
cd ..
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Updated develop catalogs on main"
git push origin main