From 801e959af708c780d6e5b0495eeb6fa113aced52 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 14 Apr 2022 16:32:24 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da66023..dc96a34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,5 +36,5 @@ jobs: cd inkycal/modules && ls -al cd .. cd tests - sed -i '' 's/secret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py + sed -i 's/ecret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py for f in *.py; do python3 "$f"; done