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