Skip to content

Update formulae

Update formulae #133

Workflow file for this run

name: Update formulae
on:
workflow_dispatch:
schedule:
- cron: '00 6,18 * * *'
jobs:
update:
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install maltmill
run: |
brew install Songmu/tap/maltmill
- name: Update formulae
run: |
make update-all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit and push
uses: EndBug/add-and-commit@v9
with:
add: '*.rb'