Skip to content

Commit

Permalink
- Added missing build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jan 29, 2024
1 parent 9a1a5b9 commit a2defd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "- _**<span style=\"color: red;\">[Duplicate]<span>**_ #";
const duplicate = "- _**[Duplicate]**_ #";

// Validate GitHub token
if (!githubToken) {
Expand Down

0 comments on commit a2defd4

Please sign in to comment.