Skip to content

drand v2.0.0

drand v2.0.0 #1961

Workflow file for this run

name: TOC
on:
pull_request:
branches: [ master ]
jobs:
toc:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- name: TOC Generator
uses: technote-space/toc-generator@v4.3.1
with:
OPENING_COMMENT: "<!-- START "
CLOSING_COMMENT: "<!-- END "
TOC_TITLE: "## Table of Contents"
CREATE_PR: false
TARGET_PATHS: "README.md"