Skip to content
Snippets Groups Projects
Commit 9631faab authored by David Mynors's avatar David Mynors
Browse files

Actually fix gitlab issue title

parent ba62e64d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ module.exports = {
return axios.post(
server.issuesUrl,
{
title: `${service} registration for ${body['oc-user']}`,
title: `${context.service} registration for ${body['oc-user']}`,
confidential: true,
description: templates.issue(context),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment