Skip to content

Run GHCN download code #207

Run GHCN download code

Run GHCN download code #207

Workflow file for this run

name: Run GHCN download code
on:
workflow_dispatch:
schedule:
- cron: '20 11 * * *'
jobs:
runcode:
runs-on: ubuntu-latest
steps:
- name: Run
uses: appleboy/ssh-action@v0.1.7
with:
host: ${{secrets.HOST}}
username: ${{secrets.USER}}
key: ${{secrets.SSH_KEY}}
passphrase: ${{secrets.PASSPHRASE}}
command_timeout: 120m
script: |
cd /g/data/ia39/aus-ref-clim-data-nci/ghcn/code
./ghcn.sh
#git add update_log.txt
#git commit -m 'updated log'
#git push origin