mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-21 06:06:46 +00:00
input ref value to github event template
This commit is contained in:
@@ -21,7 +21,8 @@ module.exports = {
|
|||||||
repository: `<a target="_blank" href="${repository}">${item.repo.name}</a>`,
|
repository: `<a target="_blank" href="${repository}">${item.repo.name}</a>`,
|
||||||
branch: branch,
|
branch: branch,
|
||||||
number: item.payload.number,
|
number: item.payload.number,
|
||||||
ref_type: item.payload.ref
|
ref_type: item.payload.ref_type,
|
||||||
|
ref: item.payload.ref
|
||||||
});
|
});
|
||||||
|
|
||||||
var url = `https://github.com/${item.actor.login}`;
|
var url = `https://github.com/${item.actor.login}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user