feat: create action-conventional-commits

This commit is contained in:
Adrian Smijulj 2020-06-11 08:02:20 +02:00
parent 5b93994f80
commit a2cbc10810
2 changed files with 31 additions and 24 deletions

5
dist/main/index.js vendored
View file

@ -24671,7 +24671,10 @@ const { GitHub, context } = __webpack_require__(469);
(() => __awaiter(this, void 0, void 0, function* () {
const core = __webpack_require__(470);
const exec = __webpack_require__(986);
console.log('context', context);
console.log('woaaah');
console.log("context", JSON.stringify(context.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;

View file

@ -4,8 +4,12 @@ const { GitHub, context } = require("@actions/github");
const core = require("@actions/core");
const exec = require("@actions/exec");
console.log('woaaah')
console.log("context", JSON.stringify(context.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;