Skip to content

Commit

Permalink
[CI] One more attempt to fix "Bump Homebrew formula" GitHub Actions
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Samuel FORESTIER committed May 8, 2021
1 parent c258b75 commit d1cd996
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bump_homebrew_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
name: Bump Homebrew formula

on:
workflow_dispatch:
repository_dispatch:
types: [release]

jobs:
bump:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
formula: archey4
token: ${{ secrets.HOMEBREW_BUMP_FORMULA_GITHUB_TOKEN }}
formula: archey4
tag: ${{ github.event.client_payload.ref }}

0 comments on commit d1cd996

Please sign in to comment.