build: update github actions descriptions #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |