mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix validation
This commit is contained in:
parent
9351c239aa
commit
5c8ea9fafa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changie-pr.yml
vendored
2
.github/workflows/changie-pr.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
# Validate that changes exist
|
||||
- name: Check for Changie entries
|
||||
run: |
|
||||
if [ -z "$(ls -A .changes/unreleased 2>/dev/null)" ]; then
|
||||
if [ -z "$(find .changes/unreleased -name "*.yaml" -o -name "*.yml" 2>/dev/null)" ]; then
|
||||
echo "Error: No Changie entries found in .changes/unreleased/"
|
||||
echo "Please run 'npm run changie new' and commit the generated change file"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue