Skip to content

Commit 3d391ed

Browse files
authored
update
1 parent 50d7cc4 commit 3d391ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Collect weathers
2222
run: |
2323
go install github.com/ePlus-DEV/weather-forecast@v1.0.6
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=Saigon --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
28-
merge-templates README.md 'profile/templates/README.md.tpl' '.profile/tmp/weathers.md.tpl'
28+
merge-templates README.md 'profile/templates/README.md.tpl' 'profile/tmp/weathers.md.tpl'
2929
- name: Commit
3030
run: |
3131
git config user.name "David Nguyen"

0 commit comments

Comments
 (0)