From cd7b18db0ff2e97478f7d6512963a250309549ba Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Sun, 21 Nov 2021 09:16:10 +0100 Subject: [PATCH] fixing bug in action.yml --- action.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 9779c71..f6a22fe 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,7 @@ -name: 'Run ORT to analyze, evaluate and report licensing' -description: 'Run ORT to analyze, evaluate and report licensing' -author: "nVotes" +name: 'Run ORT' +description: > + Run oss-review-toolkit to review Open Source software dependencies. +author: "edulix" branding: icon: "activity" color: "green" @@ -170,7 +171,7 @@ runs: shell: bash env: RUN_EVAULATE: ${{ inputs.evaluate }} - PACKAGE_CURATIONS_DIR: ${{ input.package-curations-dir }} + PACKAGE_CURATIONS_DIR: ${{ inputs.package-curations-dir }} RULES_FILE: ${{ inputs.rules-file }} LICENSE_CLASSIFICATIONS_FILE: ${{ inputs.license-classifications-file }} EVALUATE_EXTRA_ARGS: ${{ inputs.evaluate-extra-args }}