Skip to content

Commit c9405f2

Browse files
committed
[PRMP-1567] Add dollars to vars
1 parent 118c2ff commit c9405f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-bulk-upload-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: ./.github/workflows/base-run-bulk-upload.yml
3030
with:
3131
environment: development
32-
sandbox: "{{ inputs.sandbox }}"
33-
combi-settings: "{{ inputs.combi-settings }}"
34-
file-count: "{{ inputs.file-count }}"
32+
sandbox: "${{ inputs.sandbox }}"
33+
combi-settings: "${{ inputs.combi-settings }}"
34+
file-count: "${{ inputs.file-count }}"

0 commit comments

Comments
 (0)