diff --git a/src/js/util.js b/src/js/util.js index fa867e5..cb46c46 100644 --- a/src/js/util.js +++ b/src/js/util.js @@ -21,7 +21,8 @@ module.exports = { repository: `${item.repo.name}`, 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}`;