repokitteh / modules

public modules
Apache License 2.0
1 stars 1 forks source link

github.call doesnt seem to allow `...` in the path #28

Closed phlax closed 4 years ago

phlax commented 4 years ago

in order to use the comparison api you need to be able to separate the hashes with ...

this seems to throw a Error: function _rk_error error: path contains forbidden characters

itayd commented 4 years ago

what api are you using exactly?

itayd commented 4 years ago

i guess it is https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#compare-two-commits

itayd commented 4 years ago

fixed. also added https://www.repokitteh.io/docs/ref/modules/#github.compare_commits. will deploy shortly.

itayd commented 4 years ago

deployed.