mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-19 14:18:06 +00:00
Fix WF (#3372)
This commit is contained in:
parent
888b4c34bd
commit
c9b5579869
6
.github/workflows/changelog-pr.yml
vendored
6
.github/workflows/changelog-pr.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
async function main() {
|
||||
const fs = require('fs').promises;
|
||||
const path = require('path');
|
||||
|
||||
@ -157,7 +158,10 @@ jobs:
|
||||
console.log(JSON.stringify(categorizedPRs, null, 2));
|
||||
|
||||
return categorizedPRs;
|
||||
|
||||
}
|
||||
main().catch(error => {
|
||||
console.error("Error in script:", error);
|
||||
});
|
||||
|
||||
- name: Update CHANGELOG.md
|
||||
uses: actions/github-script@v7
|
||||
|
Loading…
x
Reference in New Issue
Block a user