Skip to content

Commit

Permalink
Improve input-urls syntax #4
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Feb 8, 2024
1 parent 039edf6 commit a6c7b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/map-deploy-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
pipelines: "map_deploy_to_develop"
input-urls:
"https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from"
"https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to"
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to
env:
PURLDB_URL: https://public.purldb.io/
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
- name: Generate `--input-url` CLI arguments
shell: bash
run: |
echo ${{ toJson(inputs.input-urls) }}
IFS=$'\n' read -d '' -ra INPUT_URLS <<< "${{ toJson(inputs.input-urls) }}"
echo $INPUT_URLS
INPUT_URL_CLI_ARGS=""
Expand Down

0 comments on commit a6c7b7a

Please sign in to comment.