From f81b6bf54e74639f4f5c2e6ec7c06c239df50eb7 Mon Sep 17 00:00:00 2001 From: ok-nick Date: Mon, 18 Sep 2023 00:22:07 -0400 Subject: [PATCH] ci: add default inputs --- .github/workflows/env.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/env.yml b/.github/workflows/env.yml index 52fcfbd..e70ea9a 100644 --- a/.github/workflows/env.yml +++ b/.github/workflows/env.yml @@ -6,12 +6,15 @@ on: required: false path: type: string + default: "." required: false cache: type: string + default: "true" required: false token: type: string + default: "${{ github.token }}" required: false jobs: