mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
feat: create action-conventional-commits
This commit is contained in:
parent
0510fb6c17
commit
47ca33a160
1 changed files with 0 additions and 3 deletions
3
main.ts
3
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;
|
||||
|
|
Loading…
Reference in a new issue