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
|
- name: Set up Homebrew
|
||||||
id: set-up-homebrew
|
id: set-up-homebrew
|
||||||
uses: Homebrew/actions/setup-homebrew@master
|
uses: Homebrew/actions/setup-homebrew@master
|
||||||
|
with:
|
||||||
|
test-bot: false
|
||||||
|
|
||||||
- name: Cache Homebrew Bundler RubyGems
|
- name: Cache Homebrew Bundler RubyGems
|
||||||
id: cache
|
id: cache
|
||||||
@ -37,6 +39,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: 'insomnia-infra'
|
username: 'insomnia-infra'
|
||||||
|
|
||||||
|
- name: Update brew
|
||||||
|
run: brew update
|
||||||
|
|
||||||
# Update Homebrew's Inso(mnia) formulae
|
# Update Homebrew's Inso(mnia) formulae
|
||||||
# https://github.com/Homebrew/actions/tree/master/bump-formulae
|
# https://github.com/Homebrew/actions/tree/master/bump-formulae
|
||||||
- name: Bump Inso (Beta) Formula
|
- name: Bump Inso (Beta) Formula
|
||||||
|
Loading…
Reference in New Issue
Block a user