Skip to content

Commit

Permalink
fix: 빌드 안 되었던 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Aug 5, 2021
1 parent cd42b5e commit 14026c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9614,8 +9614,7 @@ var lib_default = /*#__PURE__*/__nccwpck_require__.n(lib);
;// CONCATENATED MODULE: ./src/utils/input.ts

const GITHUB_TOKEN = core.getInput('github-token');
// export const MATTERMOST_WEBHOOK_URL = core.getInput('mattermost-webhook');
const MATTERMOST_WEBHOOK_URL = 'https://mattermost.lubycon.io/hooks/o5sn395coifhfbkyiwy3j7twyh';
const MATTERMOST_WEBHOOK_URL = core.getInput('mattermost-webhook');

;// CONCATENATED MODULE: ./src/utils/user.ts

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 14026c7

Please sign in to comment.