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:
- if there’s a new commit to master branch
- then, download raw JSON file committed to current master branch
- if raw JSON has been changed since last zap execution,
- then, do some data-processing and use it in later steps.
I’m currently stuck on step 2 - how can I make it work?