Skip to content

Merge pull request #2245 from pauby/autohotkey.portable/add-av-note #219

Merge pull request #2245 from pauby/autohotkey.portable/add-av-note

Merge pull request #2245 from pauby/autohotkey.portable/add-av-note #219

Workflow file for this run

name: TOC Generator
on:
push:
branches:
- master
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CREATE_PR: true
TARGET_PATHS: "README*.md,CONTRIBUTING*.md"
FOLDING: true
COMMIT_MESSAGE: '(docs) Update TOC'
PR_TITLE: '(docs) Update TOC (${PR_MERGE_REF})'