Skip to content

Commit ba1ecdb

Browse files
committed
[PRMP-1567] Sample to make it appear
1 parent 2ea065d commit ba1ecdb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

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

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

0 commit comments

Comments
 (0)