fix(brew): de-duplicate --open-pr flag in GHA (#4503)

This commit is contained in:
Isa Farnik
2022-02-24 07:57:17 -08:00
committed by GitHub
parent 41a2fd6379
commit 6024d1ecdf

View File

@@ -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