Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
cdd0f5f530a476a4cc5def867f7bcd00feeb4657
/
.
/
.github
/
actions
/
bootstrap
/
action.yaml
blob: 8f94830b8c0e5171bfda520c06c5e99a6ad31288 [
file
] [
log
] [
blame
]
name:
Bootstrap
description:
Bootstrap
inputs:
platform:
description:
"Platform name"
required:
false
default:
none
runs:
using:
"composite"
steps:
-
name:
Bootstrap
shell:
bash
run:
bash scripts/bootstrap.sh
-
p all,${{ inputs.platform }}