Workflow Test Document
This document tests the enhanced GitHub Action that automatically extracts titles from headings.
Features
The action should:
- Detect this file has no front matter
- Extract “Workflow Test Document” from the
#heading - Add front matter with the title
- Commit and push automatically
Expected Result
After the workflow runs, this file should have:
---
title: "Workflow Test Document"
---
And Jekyll should convert it to .html format immediately!