Skip to content

Merge commit '31ff596f50d9c565d0262db6c65f003a463e4ac7' into develop #220

Merge commit '31ff596f50d9c565d0262db6c65f003a463e4ac7' into develop

Merge commit '31ff596f50d9c565d0262db6c65f003a463e4ac7' into develop #220

Workflow file for this run

name: TOC Generator
on:
push:
branches:
- develop
jobs:
toc:
name: TOC Generator
runs-on: ubuntu-22.04
steps:
- uses: technote-space/toc-generator@v4
with:
COMMIT_MESSAGE: "(docs) Update TOC"
TARGET_PATHS: "README.md"
TOC_TITLE: "## Table of Contents"
PR_TITLE: "(docs) Update TOC (${PR_MERGE_REF})"
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}