diff --git a/badges/coverage.svg b/badges/coverage.svg index adfe6a8..b9951fe 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1 +1 @@ -Coverage: 21.73%Coverage21.73% \ No newline at end of file +Coverage: 22.72%Coverage22.72% \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index e537d96..323702b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28940,7 +28940,6 @@ const core = __importStar(__nccwpck_require__(9093)); const github = __importStar(__nccwpck_require__(5942)); async function run() { try { - core.error('test'); const mainBranch = core.getInput('mainBranch') ?? 'dev'; const token = core.getInput('token'); const octokit = github.getOctokit(token); diff --git a/src/main.ts b/src/main.ts index e06d76f..2eec0f8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,7 +3,6 @@ import * as github from '@actions/github' export async function run(): Promise { try { - core.error('test') const mainBranch: string = core.getInput('mainBranch') ?? 'dev' const token: string = core.getInput('token')