Skip to content

Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 #26

Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0

Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 #26

Workflow file for this run

name: generate README
on:
push:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: yarn install
run: yarn install
- name: build
run: yarn run build
- uses: stefanzweifel/[email protected]
with:
commit_message: generate README