Skip to content

Added optional FAST_JX/v2024-05-Hg/ folder #44

Added optional FAST_JX/v2024-05-Hg/ folder

Added optional FAST_JX/v2024-05-Hg/ folder #44

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