From dfe42e042b313b7cadc61cea136a28056315ec71 Mon Sep 17 00:00:00 2001 From: Manolo Battista Date: Tue, 27 Jun 2023 11:33:13 +0200 Subject: [PATCH] fix: check copyright license action inputs --- .github/workflows/check-copyright-license.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-copyright-license.yml b/.github/workflows/check-copyright-license.yml index e0328cc..73ea3a7 100644 --- a/.github/workflows/check-copyright-license.yml +++ b/.github/workflows/check-copyright-license.yml @@ -4,14 +4,15 @@ name: 'Check copyright license on files' # Event for the workflow on: workflow_call: - -inputs: - company: - description: Company name owner of the license - required: true - extensions: - description: Extensions list where license will add - required: true + inputs: + company: + description: Company name owner of the license + required: true + type: string + extensions: + description: Extensions list where license will add + required: true + type: string # List of jobs jobs: