Skip to content

Commit

Permalink
Remove unnecessary line (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
MtBlue81 committed Mar 2, 2024
1 parent 6cf0256 commit fab3b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -27,7 +27,6 @@ async function action() {

let providedLabels = core.getInput("labels", { required: true });

providedLabels = core.getInput("labels", { required: true });
if (labelsAreRegex) {
// If labels are regex they must be provided as new line delimited
providedLabels = providedLabels.split("\n");
Expand Down

0 comments on commit fab3b73

Please sign in to comment.