From e4517c23e4c11499bfaa0aee6b2290d8ffd42e5b Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 14 Apr 2022 16:35:56 +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 dc96a34..1a5954c 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/ecret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py + sed -i 's/secret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py for f in *.py; do python3 "$f"; done