Reputation: 953
I have a Service Hook triggering on Code pushed. I get the event working, but I can't figure out how to get the reference to the files that was pushed.
When using GitHub hooks I get a reference to each commited/pushed file.
Upvotes: 1
Views: 173
Reputation: 33698
You can get the changed files through REST API programming after receiving the service hook notification.
Upvotes: 2