Skip to content
Snippets Groups Projects
Commit ad0da48e authored by ranchodeluxe's avatar ranchodeluxe
Browse files

moar

parent da0bc869
No related branches found
No related tags found
1 merge request!97moar
......@@ -39,4 +39,4 @@ runs:
${{ inputs.username }} \
${{ inputs.queue }} \
${{ inputs.maap_image_env }} \
--params "${{ inputs.json_params }}"
--params ${{ inputs.json_params }}
......@@ -42,6 +42,6 @@ jobs:
queue: maap-dps-eis-worker-64gb
maap_image_env: ubuntu
maap_pgt_secret: ${{ secrets.MAAP_PGT }}
json_params: '{"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[]", "ted": "[]", "operation": "--coordinate-all"}'
json_params: ${{ toJSON({"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[]", "ted": "[]", "operation": "--coordinate-all"}) }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment