Skip to content

Fix path to CHANGELOG in action #11

Fix path to CHANGELOG in action

Fix path to CHANGELOG in action #11

Workflow file for this run

name: Test the Github Action
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
file: crates/markdown-extract/CHANGELOG.md
pattern: "v2.0.0"
- uses: ./
with:
file: crates/markdown-extract/CHANGELOG.md
pattern: "this does not exist"