Skip to content

Commit

Permalink
Merge branch 'develop' into chore/smoke-test-global-envs
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire authored Oct 10, 2024
2 parents df4ba96 + fc82eec commit 7aad418
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: brew install-bundler-gems

- name: Add "Versions" Tap
run: brew tap homebrew/homebrew-cask-versions
run: brew tap homebrew/homebrew-cask --force

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
Expand All @@ -46,18 +46,18 @@ jobs:
# Update Homebrew's Inso(mnia) formulae
# https://github.com/Homebrew/actions/tree/master/bump-formulae
- name: Bump Inso (Beta) Formula
uses: Homebrew/actions/bump-formulae@master
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
formulae: inso-beta
casks: inso@beta
- name: Bump Inso Formula
uses: Homebrew/actions/bump-formulae@master
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
formulae: inso
casks: inso
- name: Bump Insomnia Formula
uses: Homebrew/actions/bump-formulae@master
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
# Bump only these formulae if outdated
formulae: insomnia
casks: insomnia

0 comments on commit 7aad418

Please sign in to comment.