mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 06:12:37 -04:00
fix(brew): de-duplicate --open-pr flag in GHA (#4503)
This commit is contained in:
6
.github/workflows/homebrew.yml
vendored
6
.github/workflows/homebrew.yml
vendored
@@ -38,15 +38,15 @@ jobs:
|
||||
uses: Homebrew/actions/bump-formulae@master
|
||||
with:
|
||||
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
|
||||
formulae: --open-pr inso-beta
|
||||
formulae: inso-beta
|
||||
- name: Bump Inso Formula
|
||||
uses: Homebrew/actions/bump-formulae@master
|
||||
with:
|
||||
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
|
||||
formulae: --open-pr inso
|
||||
formulae: inso
|
||||
- name: Bump Insomnia Formula
|
||||
uses: Homebrew/actions/bump-formulae@master
|
||||
with:
|
||||
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
|
||||
# Bump only these formulae if outdated
|
||||
formulae: --open-pr insomnia
|
||||
formulae: insomnia
|
||||
|
||||
Reference in New Issue
Block a user