Skip to content

Commit 26d0872

Browse files
authored
Update update-readme.yml
Saigon -> Ho Chi Minh City
1 parent 1016b90 commit 26d0872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Collect weathers
2222
run: |
2323
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'
24+
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'
2525
- name: Merge templates
2626
run: |
2727
go install github.com/ePlus-DEV/merge-templates@v1.0.1

0 commit comments

Comments
 (0)