mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update Workflow
This commit is contained in:
4
.github/workflows/update_issue.yml
generated
vendored
4
.github/workflows/update_issue.yml
generated
vendored
@@ -136,14 +136,14 @@ jobs:
|
||||
'### Script Type\n\n' +
|
||||
scriptType + '\n\n' +
|
||||
'### 📋 Script Details\n\n' +
|
||||
'This script has been merged and is ready for testing. ' + message;
|
||||
'This script has been merged and is ready for testing. ';
|
||||
|
||||
const { data: newIssue } = await github.rest.issues.create({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
title: scriptName,
|
||||
body: issueBody,
|
||||
labels: ['task', labelName]
|
||||
labels: [labelName]
|
||||
});
|
||||
|
||||
console.log(`Created new issue #${newIssue.number}: ${newIssue.title}`);
|
||||
|
||||
Reference in New Issue
Block a user