Skip to content

Commit 976c652

Browse files
committed
[PRMP-1567] Use '_' consistently in variable names (missed preprod)
1 parent 30951c2 commit 976c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
environment: pre-prod
2929
sandbox: "pre-prod"
3030
combi_settings: "${{ inputs.combi_settings }}"
31-
file-count: "${{ inputs.file_count }}"
31+
file_count: "${{ inputs.file_count }}"
3232
secrets:
3333
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}

0 commit comments

Comments
 (0)