diff --git a/dist/index.js b/dist/index.js index fb7cf393..2253dc0b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29509,7 +29509,7 @@ async function run() { const githubToken = process.env.GITHUB_TOKEN; const tagName = core.getInput('tag-name'); const githubRepository = process.env.GITHUB_REPOSITORY; - const duplicate = "- _**[Duplicate]**_ #"; + const duplicate = "- _**[Duplicate]**_ #"; // Validate GitHub token if (!githubToken) {