actions-hugo icon indicating copy to clipboard operation
actions-hugo copied to clipboard

feat: Add api.github as data source

Open peaceiris opened this issue 5 years ago • 0 comments

Process

  • The action fetches the latest version from api.github (retrying n times)
  • If the previous step fails, it fetches from brew.sh (retrying n times)
  • If the previous step fails, it returns an error and finishes.

TODO

  • Add replace('v', '')
  • Add test

peaceiris avatar Jan 27 '20 02:01 peaceiris