-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathaction.yml
33 lines (32 loc) · 1.31 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: bump-homebrew-formula
description: 'Bump Homebrew formula after a new release'
author: '@mislav'
runs:
using: node12
main: './lib/index.js'
inputs:
formula-name:
description: The name of the Homebrew formula (defaults to lower-cased repository name)
formula-path:
description: The path to the Homebrew formula file (defaults to `Formula/<formula-name>.rb`)
tag-name:
description: The git tag name to bump the formula to (defaults to the currently pushed tag)
download-url:
description: The package download URL for the Homebrew formula (defaults to the release tarball)
download-sha256:
description: The SHA256 checksum of the archive at download-url (defaults to calculating it)
homebrew-tap:
description: The repository where the formula should be updated
default: Homebrew/homebrew-core
base-branch:
description: The branch name in the homebrew-tap repository where the formula should be updated
create-pullrequest:
description: Set to a boolean value to either force or prohibit making a pull request to homebrew-tap
commit-message:
description: The git commit message template to use when updating the formula
default: |
{{formulaName}} {{version}}
Created by https://github.com/mislav/bump-homebrew-formula-action
branding:
icon: box
color: orange