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 5c7b107 commit 2135accCopy full SHA for 2135acc
.github/actions/install-dependencies/action.yml
@@ -10,5 +10,7 @@ runs:
10
steps:
11
- name: Install Mods
12
shell: bash
13
- run: ckan install --headless --no-recommends ${{ runner.debug && '--verbose' }} ${{ inputs.dependency-identifiers }}
+ run: |
14
+ identifiers="${{ inputs.dependency-identifiers }}"
15
+ ckan install --headless --no-recommends ${{ runner.debug && '--verbose' }} $identifiers
16
0 commit comments