Remove homebrew bump action · jesseduffield/lazydocker@1e34a9b (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1e34a9b
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.
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -25,11 +25,3 @@ jobs: | ||
25 | 25 | args: release --clean |
26 | 26 | env: |
27 | 27 | GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} |
28 | -homebrew: | |
29 | -runs-on: ubuntu-latest | |
30 | -steps: | |
31 | - - name: Bump Homebrew formula | |
32 | -uses: dawidd6/action-homebrew-bump-formula@v3 | |
33 | -with: | |
34 | -token: ${{secrets.TOKEN_GITHUB}} | |
35 | -formula: lazydocker |