Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
heuels committed Jul 2, 2020
1 parent 54d43bd commit 6a6ce2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bump-version/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@ const core = __webpack_require__(470);
const github = __webpack_require__(469);
const { exec } = __webpack_require__(986);

const USER_ID = 'briskhome-bot';
const USER_NAME = 'Briskhome Bot';
const USER_ID = 'heuels';
const USER_NAME = 'Egor Zaitsev';
const USER_EMAIL = 'heuels@osome.com';

async function run() {
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/bump-version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const core = require("@actions/core");
const github = require("@actions/github");
const { exec } = require("@actions/exec");

const USER_ID = 'briskhome-bot';
const USER_NAME = 'Briskhome Bot';
const USER_ID = 'heuels';
const USER_NAME = 'Egor Zaitsev';
const USER_EMAIL = 'heuels@osome.com';

async function run() {
Expand Down

0 comments on commit 6a6ce2f

Please sign in to comment.