From 4729c1f4b120ab614b8ea8ae1cda7f9a3bb380b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Thu, 12 Sep 2024 23:20:30 +0200 Subject: [PATCH] Fix action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 10af1fe..4531c16 100644 --- a/action.yaml +++ b/action.yaml @@ -35,6 +35,6 @@ runs: ENTERPRISE: ${{ inputs.enterprise }} GITHUB_TOKEN: ${{ inputs.github-token }} TEMPLATE_FILES: ${{ inputs.template-files }} - OUTPUT_FILES: ${{ inputs.markdown-files }} + OUTPUT_FILES: ${{ inputs.output-files }} VERBOSE: ${{ inputs.verbose }} OWN_DOMAINS: ${{ inputs.own-domains }}