File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1+ .idea /
2+ .tmp /
You can’t perform that action at this time.
0 commit comments