13 lines
142 B
JSON
13 lines
142 B
JSON
{
|
|
"action": {
|
|
"fetch": {
|
|
"args": [
|
|
"python3",
|
|
"update.py"
|
|
]
|
|
}
|
|
},
|
|
"env": {
|
|
"HELLO": "WORLD"
|
|
}
|
|
} |