mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-14 19:10:09 +00:00
16 lines
256 B
YAML
16 lines
256 B
YAML
name: TOC Generator
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'README.md'
|
|
|
|
jobs:
|
|
toc:
|
|
permissions:
|
|
contents: write
|
|
uses: Cysharp/Actions/.github/workflows/toc-generator.yaml@main
|
|
with:
|
|
TOC_TITLE: "## Table of Contents"
|
|
secrets: inherit
|