Skip to content

Commit a7221f7

Browse files
authored
update
1 parent 867b620 commit a7221f7

3 files changed

Lines changed: 4 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='.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' '.tmp/weathers.md.tpl'
2929
- name: Commit
3030
run: |
3131
git config user.name "David Nguyen"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
.tmp/

profile/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)