ci: Debug

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 16:55:13 +02:00
parent 1cf71ea5a7
commit d21551b9d7
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -49,16 +49,12 @@ jobs:
repo: context.repo.repo,
labels: [LABEL_ADD]
})
try {
github.issues.removeLabel({
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
owner: context.repo.owner,
repo: context.repo.repo,
name: [LABEL_REMOVE]
name: LABEL_REMOVE
})
} catch (error) {
console.log(e)
}
label-lint-install:
name: Label lint and install status
@ -129,7 +125,7 @@ jobs:
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
owner: context.repo.owner,
repo: context.repo.repo,
name: [LABEL_REMOVE]
name: LABEL_REMOVE
})
} catch (error) {
console.log(e)
@ -161,7 +157,7 @@ jobs:
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
owner: context.repo.owner,
repo: context.repo.repo,
name: [LABEL_REMOVE]
name: LABEL_REMOVE
})
} catch (error) {
console.log(e)