Skip to content

Commit

Permalink
feat: bump cask action
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 11, 2024
1 parent 2c14e08 commit 522d9be
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bump-cask.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bump cask
on:
workflow_dispatch:
inputs:
cask:
required: true
type: string
version:
required: true
type: string

jobs:
build:
runs-on: macos-13
steps:
- name: Update Homebrew cask
uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{ github.token }}
tap: ${{ github.repository }}
cask: ${{ github.event.inputs.cask }}

0 comments on commit 522d9be

Please sign in to comment.