Skip to content

Merge pull request #2233 from brogers5/xpdf-utils-update-4.04 [PUSH x… #236

Merge pull request #2233 from brogers5/xpdf-utils-update-4.04 [PUSH x…

Merge pull request #2233 from brogers5/xpdf-utils-update-4.04 [PUSH x… #236

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