Skip to content

Commit

Permalink
fixing bug in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Nov 21, 2021
1 parent 0884961 commit cd7b18d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit cd7b18d

Please sign in to comment.