escrcpy/.github/workflows/sync-homebrew.yml

16 lines
307 B
YAML
Raw Normal View History

2024-12-01 01:31:59 +08:00
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
2024-12-01 01:36:12 +08:00
dryrun: false