Spaces:
Runtime error
Runtime error
File size: 107 Bytes
ac03725 |
1 2 3 4 5 6 7 8 9 |
module.exports = {
run: [{
method: "shell.run",
params: {
message: "git pull"
}
}]
}
|