repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
5fa54d3
parent
fe29e7b
author
Antonio Mika
date
2023-11-08 19:39:05 -0500 EST
Retry build
1 files changed,  +2, -0
M .github/actions/build/action.yml
+2, -0
 1@@ -20,10 +20,12 @@ inputs:
 2     description: Whether or not to build the web image
 3     required: true
 4     default: true
 5+    type: boolean
 6   ssh:
 7     description: Whether or not to build the ssh image
 8     required: true
 9     default: true
10+    type: boolean
11 
12 runs:
13   using: composite