From cf2c6b5d8ba109d5e788d3776bc1642b3c66b3aa Mon Sep 17 00:00:00 2001 From: rodvrees <93122887+rodvrees@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:44:06 +0100 Subject: [PATCH] fix --- .github/workflows/hands_on_4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hands_on_4.yml b/.github/workflows/hands_on_4.yml index 95f8b20..6608ee6 100644 --- a/.github/workflows/hands_on_4.yml +++ b/.github/workflows/hands_on_4.yml @@ -22,4 +22,4 @@ jobs: - name: Run app and print secret temperature env: WEATHER_API_KEY: ${{ secrets.WEATHER_API_KEY }} - run: cd app && python3 main.py ${{ github.event.inputs.city }} + run: cd app && python3 main.py Brussels