Skip to content

Update Tinty

Update Tinty #2

Workflow file for this run

name: Update Tinty
on:
workflow_dispatch:
jobs:
publish_dryrun:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.ref }}
- name: Package
shell: bash
run: |
$GITHUB_WORKSPACE/scripts/update_homebrew_formula
- name: Commit the changes, if any
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Tinty formula to the latest version
branch: ${{ github.head_ref }}
commit_user_name: tinted-theming-bot
commit_user_email: [email protected]
commit_author: tinted-theming-bot <[email protected]>