diff --git a/.github/workflows/2c_run_report_scenarios.yml b/.github/workflows/2c_run_report_scenarios.yml index a46797a..0cba104 100644 --- a/.github/workflows/2c_run_report_scenarios.yml +++ b/.github/workflows/2c_run_report_scenarios.yml @@ -114,7 +114,7 @@ jobs: ### Format sector names sectors0 |> print() sectors0 <- sectors0 |> str_split(pattern=",") |> unlist() |> trimws() - sectors0 <- sectors0 |> tolower() + sectorsLC0 <- sectors0 |> tolower() doAll <- "all" %in% sectorsLC0 doGcm <- "gcm" %in% sectorsLC0 doSlr <- "slr" %in% sectorsLC0