Skip to content

Commit 1d8f7aa

Browse files
committed
[PRMP-1567] Back to the original
1 parent ba1ecdb commit 1d8f7aa

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ on:
2727

2828
jobs:
2929
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 }}"
30+
uses: ./.github/workflows/base-run-bulk-upload.yml
31+
with:
32+
environment: development
33+
sandbox: "{{ inputs.sandbox }}"
34+
combi-settings: "{{ inputs.combi-settings }}"
35+
file-count: "{{ inputs.file-count }}"

0 commit comments

Comments
 (0)