mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-07 14:41:19 +01:00
Merge branch 'dev'
This commit is contained in:
commit
99e1eadace
16
.github/workflows/sync-homebrew.yml
vendored
Normal file
16
.github/workflows/sync-homebrew.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user