From 47ca33a1605fcea850e33f59c882e4c4288e693b Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Thu, 11 Jun 2020 08:06:40 +0200 Subject: [PATCH] feat: create action-conventional-commits --- main.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.ts b/main.ts index 6c831a9..485c6e2 100644 --- a/main.ts +++ b/main.ts @@ -7,9 +7,6 @@ const { GitHub, context } = require("@actions/github"); console.log('woaaah') console.log("context", JSON.stringify(context.payload.commits)); - console.log('CEOOO KONTEKAST') - console.log("context", JSON.stringify(context)); - return; // 1. Extract a list of users from received commits. /* const token = process.env.GH_TOKEN;