File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313 domain :
14- description : ' The domain/gateway URL (without protocol)'
14+ description : ' The environment domain (without protocol or subdomains )'
1515 required : true
1616 type : string
1717 default : ' farajaland-qa.opencrvs.org'
1818
1919jobs :
2020 fetch-and-transform :
21+ name : Migrate ${{ github.event.inputs.record_id }} in ${{ github.event.inputs.domain }}
2122 runs-on : ubuntu-latest
2223 steps :
2324 - name : Checkout repository
3334 - name : Convert notebook to TypeScript
3435 run : |
3536 mkdir -p tmp
36- bash ./notebooks/ scripts/deno-notebook-to-deno.sh ./notebooks /v1-to-v2-data-migration/fetch-and-transform.ipynb ./tmp/fetch-and-transform.ts
37+ bash ./scripts/deno-notebook-to-deno.sh ./v1-to-v2-data-migration/fetch-and-transform.ipynb ./tmp/fetch-and-transform.ts
3738
3839 - name : Run the script with Deno
3940 run : |
You can’t perform that action at this time.
0 commit comments