mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Stop pulling test-bot tap, and update all taps before checking for updates (#4569)
This commit is contained in:
parent
e3b30c26f4
commit
6d2ddbb635
5
.github/workflows/homebrew.yml
vendored
5
.github/workflows/homebrew.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
with:
|
||||
test-bot: false
|
||||
|
||||
- name: Cache Homebrew Bundler RubyGems
|
||||
id: cache
|
||||
@ -37,6 +39,9 @@ jobs:
|
||||
with:
|
||||
username: 'insomnia-infra'
|
||||
|
||||
- name: Update brew
|
||||
run: brew update
|
||||
|
||||
# Update Homebrew's Inso(mnia) formulae
|
||||
# https://github.com/Homebrew/actions/tree/master/bump-formulae
|
||||
- name: Bump Inso (Beta) Formula
|
||||
|
Loading…
Reference in New Issue
Block a user