mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-19 11:45:10 +01:00
16 lines
307 B
YAML
16 lines
307 B
YAML
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: false |