add webhook gitea
This commit is contained in:
parent
a1700db44c
commit
09449bf6d6
|
|
@ -60,7 +60,7 @@ try {
|
||||||
|
|
||||||
// Specify the interval between
|
// Specify the interval between
|
||||||
// each poll the file
|
// each poll the file
|
||||||
interval: 4000,
|
interval: 6000,
|
||||||
},
|
},
|
||||||
(curr, prev) => {
|
(curr, prev) => {
|
||||||
console.log("\nThe file was edited");
|
console.log("\nThe file was edited");
|
||||||
|
|
@ -113,7 +113,7 @@ try {
|
||||||
|
|
||||||
// Specify the interval between
|
// Specify the interval between
|
||||||
// each poll the file
|
// each poll the file
|
||||||
interval: 4000,
|
interval: 6000,
|
||||||
},
|
},
|
||||||
(curr, prev) => {
|
(curr, prev) => {
|
||||||
console.log("\nThe file was edited");
|
console.log("\nThe file was edited");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue