From b1a16c9147648ad80eb6aa62eecba8e58f500845 Mon Sep 17 00:00:00 2001 From: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Date: Sat, 8 Oct 2022 15:26:58 +0200 Subject: [PATCH] Revert "Deprecating haveyoudebuggedit/gotestfmt-action" This reverts commit f64e47ecde438a8d5645c47ed7fa4729794afda0. --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index e789d4a..054e634 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,6 @@ async function downloadGofmt(octokit, version, versionPrefix, org, repo, token) } async function main() { - console.log("::warning title=Please switch to GoTestTools/gotestfmt-action::You are using the deprecated haveyoudebuggedit/gotestfmt-action. Please switch to GoTestTools/gotestfmt-action.") try { // versionPrefix is the prefix of the version gotestfmt-action supports. const versionPrefix = "v2."