mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-16 12:41:48 +00:00
Deprecating haveyoudebuggedit/gotestfmt-action
This commit is contained in:
parent
5218c40f69
commit
32b34bd43b
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -70,6 +70,7 @@ async function downloadGofmt(octokit, version, versionPrefix, org, repo, token)
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main() {
|
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 {
|
try {
|
||||||
// versionPrefix is the prefix of the version gotestfmt-action supports.
|
// versionPrefix is the prefix of the version gotestfmt-action supports.
|
||||||
const versionPrefix = "v2."
|
const versionPrefix = "v2."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue