Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 30, 2024
2 parents 5a5ffb1 + 1dd8044 commit 99e1ead
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:
sync-homebrew:
runs-on: macos-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{secrets.GH_TOKEN}}
tap: viarotel-org/escrcpy
cask: escrcpy
livecheck: true
dryrun: true

0 comments on commit 99e1ead

Please sign in to comment.