Skip to content

fix(create_xlsform): invert rural and urban trees #4

fix(create_xlsform): invert rural and urban trees

fix(create_xlsform): invert rural and urban trees #4

name: Push create-xlsform (Meghalaya)
on:
push:
paths:
- ".github/workflows/push-create-xlsform-meg.yml"
- "create-xlsform/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Configure OpenHEXA CLI
uses: blsq/openhexa-cli-action@v1
with:
workspace: "pathways-meghalaya-558459"
token: ${{ secrets.OH_TOKEN_MEG }}
- name: Push pipeline to OpenHEXA
run: |
openhexa pipelines push create-xlsform \
-n ${{ github.sha }} \
-l "https://github.com/BLSQ/pathways-typing-pipelines/commit/${{ github.sha }}" \
--yes