Skip to content

Documentation

Marocco2 edited this page Jul 27, 2016 · 3 revisions

box.github_newupdate(git_repo, branch="master", sha="") WIP

Usage:

  • git_repo : your name of your github AC app project (example: Marocco2/BOX)
  • OPTIONAL branch : your git project branch (default is master)
  • sha : your last commit SHA on GitHub. If there isn't, BOX will search for "sha.txt" on your app folder. If BOX does't retrieve SHA, it returns "No SHA available"

Example:

box.github_newupdate('Marocco2/BOX', 'test')

Clone this wiki locally