Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 24, 2022
1 parent b12327b commit e15bff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ inputs:
outputs:
error_name:
description: "The name of the error that was run"
type: string
report_path:
description: "The relative path to where the report was saved."
type: string
error_num:
description: "How many errors were found."
type: number

runs:
using: 'docker'
Expand Down
6 changes: 3 additions & 3 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ printf $report_path
printf $chk_results

# Save output
echo "::set-output name=error_name::$error_name"
echo "::set-output name=report_path::$report_path"
echo "::set-output chk_results=$chk_results"
echo ::set-output name=error_name::$error_name
echo ::set-output name=report_path::$report_path
echo ::set-output chk_results=$chk_results

0 comments on commit e15bff5

Please sign in to comment.