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 ba1ecdb commit 1d8f7aaCopy full SHA for 1d8f7aa
.github/workflows/run-bulk-upload-dev.yml
@@ -27,13 +27,9 @@ on:
27
28
jobs:
29
bulk_upload:
30
- runs-on: ubuntu-latest
31
- steps:
32
- - name: Print Hello
33
- run: echo "Hello"
34
- # uses: ./.github/workflows/base-run-bulk-upload.yml
35
- # with:
36
- # environment: development
37
- # sandbox: "{{ inputs.sandbox }}"
38
- # combi-settings: "{{ inputs.combi-settings }}"
39
- # file-count: "{{ inputs.file-count }}"
+ uses: ./.github/workflows/base-run-bulk-upload.yml
+ with:
+ environment: development
+ sandbox: "{{ inputs.sandbox }}"
+ combi-settings: "{{ inputs.combi-settings }}"
+ file-count: "{{ inputs.file-count }}"
0 commit comments