mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12:19 +00:00
Update tempest.yml
This commit is contained in:
parent
ab0da1aed4
commit
30a9a36c09
1 changed files with 2 additions and 4 deletions
6
.github/workflows/tempest.yml
vendored
6
.github/workflows/tempest.yml
vendored
|
@ -12,9 +12,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
endpoint: https://swd.weatherflow.com/swd/rest/better_forecast?station_id=${{ secrets.TEMPEST_STATION }}&token=${{ secrets.TEMPEST_TOKEN }}&units_temp=f&units_wind=mph&units_pressure=inhg&units_precip-in&units_distance=mi
|
endpoint: https://swd.weatherflow.com/swd/rest/better_forecast?station_id=${{ secrets.TEMPEST_STATION }}&token=${{ secrets.TEMPEST_TOKEN }}&units_temp=f&units_wind=mph&units_pressure=inhg&units_precip-in&units_distance=mi
|
||||||
- name: Trim JSON
|
- name: Trim JSON
|
||||||
uses: cloudposse/github-action-jq@main
|
run: |
|
||||||
with:
|
echo "conditions=$(jq '.current_conditions' $fetchApiData)" >> "$GITHUB_ENV"
|
||||||
input: fetch-api-data-action
|
|
||||||
script: '.current_conditions'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue