Convert yt_protected_areas to UTF-8 and fix YTPA10 character issue. (… #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Refresh SNAP API | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
delivery: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Refresh API | |
uses: satak/webrequest-action@master | |
with: | |
url: http://earthmaps.io:6081/update/ | |
method: GET |