Skip to content

Commit

Permalink
fix default city to Brussels
Browse files Browse the repository at this point in the history
  • Loading branch information
Cajac102 authored Jan 15, 2024
1 parent 6b9da8f commit 5da5ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hands_on_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
city:
required: true
description: "City"
default: "Brussels"

jobs:
print_temperature:
Expand All @@ -26,4 +27,4 @@ jobs:

- name: Run app and print temperature
# Update the line below such that the correct city is passed to the app
run: cd app && python3 main.py Brussels
run: cd app && python3 main.py ${{github.event.inputs.city}}

0 comments on commit 5da5ddb

Please sign in to comment.