From 8d4f7c6ab37a3b272c6f774e0ea88225b852dbe1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 14 Apr 2021 12:23:41 +0200 Subject: [PATCH] typo --- lib/index.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)