and now for real
This commit is contained in:
parent
777bbb73af
commit
5f628fb63a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -2,6 +2,7 @@ name: 'build'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
optional_deps:
|
||||
description: 'depA:optional-depB,depA:optional-depC'
|
||||
default: ''
|
||||
@ -46,7 +47,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN_READONLY: ${{ secrets.GITHUBTOKENREADONLY }}
|
||||
run: |
|
||||
python -u autobuild.py write-build-plan build_plan.json
|
||||
python -u autobuild.py write-build-plan --optional-deps '${{ github.event.inputs.optional_deps }}' build_plan.json
|
||||
buildPlan="$(cat build_plan.json)"
|
||||
echo "::set-output name=build-plan::$buildPlan"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user