From 0cdd95f60ffcc05ac5476cdbe64cc68f86670b09 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 16:49:28 +0100 Subject: [PATCH] devel: pipe. nx debug --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index e655217399..9a2c4157e7 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -3,8 +3,8 @@ description: 'Initialize cache, env var load' inputs: enable-cache: description: 'enable caching' + type: string required: false - type: boolean default: true runs: