diff --git a/.github/index.mjs b/.github/index.mjs index fcb7d9a7..e454ad7b 100644 --- a/.github/index.mjs +++ b/.github/index.mjs @@ -49,7 +49,7 @@ .addConfig("user.name", "GitHub Action") .addConfig("user.email", "<>") .add([...staged]) - .commit("Auto regenerate files - [Skip GitHub Action]") + .commit("Auto-regenerate files") .push("origin", "master") console.log(gitted) } diff --git a/.github/readme/partials/license.md b/.github/readme/partials/license.md index 70962eec..0aa05032 100644 --- a/.github/readme/partials/license.md +++ b/.github/readme/partials/license.md @@ -4,3 +4,5 @@ MIT License Copyright (c) 2020 lowlighter ``` + +![License details](https://github.com/lowlighter/lowlighter/blob/master/metrics.licenses.svg) \ No newline at end of file