Skip to main content

Hello!

I’m looking for a solution, which will allow me to get configuration from JSON file that is committed to private github repository and perform some actions once it’s changed.

 

Basically, I need to go following:

  1. if there’s a new commit to master branch
  2. then, download raw JSON file committed to current master branch
  3. if raw JSON has been changed since last zap execution,
  4. then, do some data-processing and use it in later steps.

 

I’m currently stuck on step 2 - how can I make it work?

Hey @Miroslaw Szajowski - Thanks for the question. I’ve moved the topic over to the Dev Discussion area for better visibility and a bump.