mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 06:18:27 +00:00
Update build.yml
This commit is contained in:
@@ -9,12 +9,12 @@ on:
|
||||
jobs:
|
||||
parse:
|
||||
outputs:
|
||||
pkgs: ${{ steps.parse.outputs.pkgs }}
|
||||
pkgs: ${{ steps.parsing.outputs.pkgs }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- name: Parse Input
|
||||
id: parse
|
||||
run: echo "${{ inputs.packages }}" | sed 's/ /","/g' | sed 's/^/pkgs=["/' | sed 's/$/"]/' > $GITHUB_ENV
|
||||
id: parsing
|
||||
run: echo "${{ inputs.packages }}" | sed 's/ /","/g' | sed 's/^/::set-output name=pkgs::["/' | sed 's/$/"]/'
|
||||
build:
|
||||
needs: parse
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user