mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Update build.yml
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: Parse Input
|
||||
id: parsing
|
||||
run: echo "${{ inputs.packages }}" | sed 's/ /\/\n/g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/'
|
||||
run: echo "${{ inputs.packages }}" | sed 's/ /\n/g' | sed 's/$/\//g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/'
|
||||
build:
|
||||
needs: parse
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user