mirror of
https://github.com/cheat/cheat.git
synced 2024-11-01 05:31:01 +01:00
eb99a070ce
- Fix YAML nits per `yamllint` - Upgrade Go version to `1.19`
20 lines
406 B
YAML
20 lines
406 B
YAML
---
|
|
name: homebrew
|
|
|
|
on:
|
|
push:
|
|
tags: '*'
|
|
|
|
jobs:
|
|
homebrew:
|
|
name: Bump Homebrew formula
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: mislav/bump-homebrew-formula-action@v1
|
|
with:
|
|
# A PR will be sent to github.com/Homebrew/homebrew-core to update
|
|
# this formula:
|
|
formula-name: cheat
|
|
env:
|
|
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
|