nodecid/utils/triggers/github.js
2023-10-29 08:35:26 +01:00

4 lines
46 B
JavaScript

function githubWebhook() {
return true;
}