Skip to content

Commit

Permalink
ci: ⚗️ Tests are automatically synced homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 29, 2024
1 parent 4bbd9f7 commit ed53361
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync-homebrew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: sync-homebrew

on:
workflow_dispatch:

jobs:
bump-casks:
runs-on: macos-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{secrets.GH_TOKEN}}
tap: viarotel-org/homebrew-escrcpy
cask: escrcpy
livecheck: true
dryrun: false

0 comments on commit ed53361

Please sign in to comment.