Skip to content

Commit 99e1ead

Browse files
author
viarotel
committed
Merge branch 'dev'
2 parents 5a5ffb1 + 1dd8044 commit 99e1ead

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: sync-homebrew
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
sync-homebrew:
8+
runs-on: macos-latest
9+
steps:
10+
- uses: macauley/action-homebrew-bump-cask@v1
11+
with:
12+
token: ${{secrets.GH_TOKEN}}
13+
tap: viarotel-org/escrcpy
14+
cask: escrcpy
15+
livecheck: true
16+
dryrun: true

0 commit comments

Comments
 (0)