1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-20 15:08:06 +00:00

Update changelog-pr.yml

This commit is contained in:
CanbiZ 2025-03-24 12:41:22 +01:00
parent 03c915241f
commit 92a5f77a5d

View File

@ -133,7 +133,7 @@ jobs:
console.error(`Error fetching related issues: ${error}`);
}
} else {
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`; // ❗ `const` entfernt, da `prNote` schon oben existiert
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`;
}
const updateScriptsCategory = categorizedPRs.find(category =>
@ -151,7 +151,7 @@ jobs:
updateScriptsCategory.notes.push(prNote);
}
}
}
- name: Update CHANGELOG.md
uses: actions/github-script@v7