fix: Add custom directories

This commit is contained in:
jklattenhoff 2025-06-16 12:31:34 +02:00
commit 6417ba29bc
Signed by: jank
GPG key ID: 22BEAC760B3333D6
3 changed files with 6 additions and 2 deletions

View file

@ -9,8 +9,8 @@ const octokit = github.getOctokit(accessToken);
async function run() {
let newLabelsUrl = path.join(
process.env["GITHUB_WORKSPACE"],
".github",
"labels.json"
core.getInput("config"),
"labels.json",
);
if (!core.getBooleanInput("delete")) {