Skip to content

Update README

Update README #4

Workflow file for this run

name: Code blocks in docs
on:
pull_request:
jobs:
auto-update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
ref: refs/heads/${{ github.head_ref }}
- name: Update README
uses: tokusumi/markdown-embed-code@v1.0.0
with:
markdown: README.md
token: ${{ secrets.GITHUB_TOKEN }}
message: Update README.
silent: true