Skip to content

Merge branch 'packages' into develop #221

Merge branch 'packages' into develop

Merge branch 'packages' into develop #221

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 }}