Skip to content

Commit

Permalink
Fix path to CHANGELOG in action
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0x42 committed Oct 13, 2024
1 parent fee5f33 commit 1059a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./
with:
file: CHANGELOG.md
file: crates/markdown-extract/CHANGELOG.md
pattern: "v2.0.0"
- uses: ./
with:
file: CHANGELOG.md
file: crates/markdown-extract/CHANGELOG.md
pattern: "this does not exist"

0 comments on commit 1059a59

Please sign in to comment.