mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: use https url brew tap clone
This commit is contained in:
2
.github/workflows/bump-formula.yml
vendored
2
.github/workflows/bump-formula.yml
vendored
@@ -18,5 +18,5 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name 'Dokku Bot'
|
||||
git config --global user.email no-reply@dokku.com
|
||||
brew tap dokku/repo
|
||||
brew tap dokku/repo https://github.com/dokku/homebrew-repo.git
|
||||
brew bump-formula-pr -f --no-browse --no-audit --no-fork --url "https://github.com/dokku/dokku/archive/${{ steps.get_version.outputs.version }}.tar.gz" dokku/repo/dokku
|
||||
|
||||
Reference in New Issue
Block a user