mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
chore: remove redundant Homebrew bump workflow (#2262)
This commit is contained in:
committed by
GitHub
parent
ad4886e719
commit
edee69726a
15
.github/workflows/homebrew.yml
vendored
15
.github/workflows/homebrew.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Bump Homebrew Formula
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
homebrew:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@v7
|
||||
with:
|
||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
formula: ccextractor
|
||||
Reference in New Issue
Block a user