Skip to content

Commit 6006ac1

Browse files
committed
fix description
1 parent 27448d9 commit 6006ac1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fetch-transform-record.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ on:
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

1919
jobs:
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
@@ -33,7 +34,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)