diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-08-15 10:33:19 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-08-15 10:33:19 +0200 |
| commit | 6b15ccd0f53c7ffd57820fb15664ecadee74392a (patch) | |
| tree | 20ba7c838a2be1e7bd0707ed098f505c43a4da79 /config/config.toml.example | |
| parent | 5a9e87cd5f65439ef8f2717b3b3e561f42f2e24c (diff) | |
| download | slackbuilder-6b15ccd0f53c7ffd57820fb15664ecadee74392a.tar.gz | |
Support repository path in commits
Diffstat (limited to 'config/config.toml.example')
| -rw-r--r-- | config/config.toml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.toml.example b/config/config.toml.example index 117472e..df55478 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -1 +1,3 @@ gh_token = "" +repository = "./slackbuilds" +branch = "user/nick/updates" |
