mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Remove commit prefix
This commit is contained in:
parent
c786e9a169
commit
c169f786ba
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ module.exports = async (req, res) => {
|
||||||
owner: 'remy',
|
owner: 'remy',
|
||||||
repo: 'mit-license',
|
repo: 'mit-license',
|
||||||
path: `users/${id}.json`,
|
path: `users/${id}.json`,
|
||||||
message: `chore: Automated creation of user ${id}.`,
|
message: `Automated creation of user ${id}.`,
|
||||||
content: btoa(fileContent),
|
content: btoa(fileContent),
|
||||||
committer: {
|
committer: {
|
||||||
name: 'MIT License Bot',
|
name: 'MIT License Bot',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue