diff --git a/lib/index.rb b/lib/index.rb index 67c3003..3e4e029 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -22,7 +22,7 @@ end @coverage_type = ENV['INPUT_TYPE'] @report_path = ENV['INPUT_RESULT_PATH'] -@report_name: ENV['INPUT_REPORT_NAME'] +@report_name = ENV['INPUT_REPORT_NAME'] @data = { min: ENV['INPUT_MIN_COVERAGE'] } @report = CoverageReport.generate(@coverage_type, @report_path, @data)