Skip to content

Commit

Permalink
change runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
owades committed Feb 7, 2024
1 parent d77b678 commit 7504bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manage_air_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup python requirements
run: pip install -r requirements.txt
- name: Run script
run: python manage_air_quality.py --a 50 --f 15
run: python manage_air_quality.py --a 50 --f 60
env:
ECOBEE_API_KEY: ${{secrets.ECOBEE_API_KEY}}
ECOBEE_AUTH_CODE: ${{secrets.ECOBEE_AUTH_CODE}}
Expand Down

0 comments on commit 7504bbb

Please sign in to comment.