We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1016b90 commit 26d0872Copy full SHA for 26d0872
1 file changed
.github/workflows/update-readme.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Collect weathers
22
run: |
23
go install github.com/ePlus-DEV/weather-forecast@v1.0.7
24
- weather-forecast update-weather --days=3 --city=Saigon --weather-api-key="${{ secrets.WEATHER_API_KEY }}" --template-file='profile/templates/weathers.md.tpl' --out-file='profile/.tmp/weathers.md.tpl'
+ weather-forecast update-weather --days=3 --city="Ho Chi Minh City" --weather-api-key="${{ secrets.WEATHER_API_KEY }}" --template-file='profile/templates/weathers.md.tpl' --out-file='profile/.tmp/weathers.md.tpl'
25
- name: Merge templates
26
27
go install github.com/ePlus-DEV/merge-templates@v1.0.1
0 commit comments