From 88aa324ce5a779dd74271f70423d9642eafd4d28 Mon Sep 17 00:00:00 2001 From: Jean Dessane Date: Tue, 26 Dec 2023 17:57:36 +0100 Subject: [PATCH] remove error --- badges/coverage.svg | 2 +- dist/index.js | 1 - src/main.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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')