Use sepLabels when joining labels for output (#17)

This commit is contained in:
Jeremy Gustie
2020-11-24 08:08:49 -05:00
committed by GitHub
parent 7cb65aaacb
commit d48c7d2917
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -149,7 +149,7 @@ function run() {
core.info(label);
}
core.endGroup();
core.setOutput('labels', labels.join(inputs.sepTags));
core.setOutput('labels', labels.join(inputs.sepLabels));
}
catch (error) {
core.setFailed(error.message);