22 lines
297 B
JSON
22 lines
297 B
JSON
|
{
|
||
|
"action": {
|
||
|
"fetch": {
|
||
|
"exe": "./update.py",
|
||
|
"args": [
|
||
|
"fetch"
|
||
|
]
|
||
|
},
|
||
|
"update": {
|
||
|
"exe": "./update.py",
|
||
|
"args": [
|
||
|
"update"
|
||
|
]
|
||
|
},
|
||
|
"on_create": {
|
||
|
"exe": "./update.py",
|
||
|
"args": [
|
||
|
"update"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|