Skip to content

Commit fdb7f8d

Browse files
committed
[PRMP-1567] Fix Preprod naming
1 parent 5bb30fe commit fdb7f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-bulk-upload-pre-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
bulk_upload:
2424
uses: ./.github/workflows/base-run-bulk-upload.yml
2525
with:
26-
environment: test
27-
sandbox: "ndr-preprod"
26+
environment: pre-prod
27+
sandbox: "pre-prod"
2828
combi-settings: "${{ inputs.combi-settings }}"
2929
file-count: "${{ inputs.file-count }}"
3030
secrets:

0 commit comments

Comments
 (0)