Skip to content

Commit d48c7d2

Browse files
authored
Use sepLabels when joining labels for output (#17)
1 parent 7cb65aa commit d48c7d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function run() {
4747
core.info(label);
4848
}
4949
core.endGroup();
50-
core.setOutput('labels', labels.join(inputs.sepTags));
50+
core.setOutput('labels', labels.join(inputs.sepLabels));
5151
} catch (error) {
5252
core.setFailed(error.message);
5353
}

0 commit comments

Comments
 (0)