Spaces:
Runtime error
Runtime error
module.exports = { | |
run: [{ | |
method: "shell.run", | |
params: { | |
message: "git pull" | |
} | |
}] | |
} | |
module.exports = { | |
run: [{ | |
method: "shell.run", | |
params: { | |
message: "git pull" | |
} | |
}] | |
} | |