We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c2ff commit c9405f2Copy full SHA for c9405f2
.github/workflows/run-bulk-upload-dev.yml
@@ -29,6 +29,6 @@ jobs:
29
uses: ./.github/workflows/base-run-bulk-upload.yml
30
with:
31
environment: development
32
- sandbox: "{{ inputs.sandbox }}"
33
- combi-settings: "{{ inputs.combi-settings }}"
34
- file-count: "{{ inputs.file-count }}"
+ sandbox: "${{ inputs.sandbox }}"
+ combi-settings: "${{ inputs.combi-settings }}"
+ file-count: "${{ inputs.file-count }}"
0 commit comments