Support repository path in commits

This commit is contained in:
2023-08-15 10:33:19 +02:00
parent 5a9e87cd5f
commit 6b15ccd0f5
11 changed files with 148 additions and 48 deletions

View File

@ -3,6 +3,5 @@
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path',
branch: 'user/nick/updates',
repository: '../slackbuilds'
}.freeze

View File

@ -1 +1,3 @@
gh_token = ""
repository = "./slackbuilds"
branch = "user/nick/updates"