From b884da99520d5db49273902129f3fc54e177d1e5 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 2 Aug 2022 10:16:31 -0400 Subject: [PATCH] Add "type" to config input type (#21) --- .github/workflows/link-check-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index 9fcbdd3..d59c43e 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -3,6 +3,7 @@ on: workflow_call: inputs: config: + type: 'string' description: 'The path to the link-check config file' default: 'config/link-check/config.yml' jobs: