Allow custom path

This commit is contained in:
Alexandre
2021-05-13 23:11:43 +02:00
committed by GitHub
parent be0f9a7808
commit 8a4daf64cb

View File

@@ -34,6 +34,7 @@
"schema": {
"secret_token": "str",
"run_duration": "str?",
"verbose": "bool?"
"verbose": "bool?",
"path": "str?"
}
}