hrm...try single quotes
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 18:28:41 -04:00
parent c9288b7f4d
commit a869609a3a

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: docker
if: inputs.boolean || vars.RUN_DEFAULT == "1"
if: inputs.boolean || vars.RUN_DEFAULT == '1'
container:
image: git.agaric.com/agaric/deploycontainer:0.0.5
env: