Skip to content

update

update #565

Workflow file for this run

name: update
on:
workflow_dispatch:
repository_dispatch:
types: [ update ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Check for updates
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/update.sh
- name: Update the repository
if: github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit
with:
commit_message: "Update formula"