Skip to content

sync-homebrew

sync-homebrew #8

Workflow file for this run

name: sync-homebrew
on:
workflow_dispatch:
workflow_run:
workflows: ['release-assets']
types:
- completed
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