Skip to content

Commit

Permalink
Update Git bot username
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Jan 12, 2020
1 parent 75eeaf5 commit 7b9f422
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
const { join } = require("path");
const { name: actionName } = require("../package");
const git = require("./git");
const github = require("./github");
const linters = require("./linters");
const { getInput, log } = require("./utils/action");
const { getSummary } = require("./utils/lint-result");

const GIT_NAME = actionName;
const GIT_EMAIL = `[email protected]`;
const GIT_EMAIL = "[email protected]";
const GIT_NAME = "Lint Action";

// Abort action on unhandled promise rejections
process.on("unhandledRejection", err => {
Expand Down

0 comments on commit 7b9f422

Please sign in to comment.