input ref value to github event template

This commit is contained in:
Riku Rouvila
2015-03-20 10:40:26 +02:00
parent 8ef9ec3a1e
commit 45ac7eed43

View File

@@ -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}`;