mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 16:11:04 +00:00
Remove homebrew bump action
Apparently: " Error: Whoops, the lazydocker formula has its version update pull requests automatically opened by BrewTestBot! We'd still love your contributions, though, so try another one that's not in the autobump list " So looks like we don't need to have this action anymore because homebrew will be updated automatically.
This commit is contained in:
parent
152b365771
commit
1e34a9babc
1 changed files with 0 additions and 8 deletions
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
|
|
@ -25,11 +25,3 @@ jobs:
|
||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
|
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
|
||||||
homebrew:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Bump Homebrew formula
|
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
|
||||||
with:
|
|
||||||
token: ${{secrets.TOKEN_GITHUB}}
|
|
||||||
formula: lazydocker
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue