Skip to content

GitHub Item

Bashar Astifan edited this page Sep 13, 2022 · 3 revisions

Because the response of any Repo will be cached, it will not be easy for the user to track all the updates

this solution will help you to avoid this issue, beside it's much better to handle contents originally published in GitHub

all you need is to do the following:

Latest Releases

  • Create empty file
  • rename it like: github#username#reponame#Latest

Custom Release

  • Create empty file
  • rename it like: github#username#reponame#tag

Direct File

  • Create empty file
  • rename it like: github#username#reponame#%file.ext
  • or: github#username#reponame#%folder1%folder2%file.ext

this item will appear between the files as normal file, when the user tried to download it

it will fetch the latest release from the target repo.

File Name

By default the file will get auto name like WUT (Latest) based on Repo name and target tag

but if you want to make your own custom name add it first like:

customName#github#username#reponame#Latest

Clone this wiki locally