mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-06 22:49:47 +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>`,
|
||||
branch: branch,
|
||||
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}`;
|
||||
|
||||
Reference in New Issue
Block a user