Use a single bug tracker for the action

This commit is contained in:
Benoit Daloze
2020-01-17 22:30:14 +01:00
parent 7b9c95cc8e
commit 61efe96192
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -1464,7 +1464,7 @@ async function getRubyEngineAndVersion(rubyVersion) {
throw new Error(`Unknown version ${version} for ${engine}
input: ${rubyVersion}
available versions for ${engine}: ${engineVersions.join(', ')}
File an issue at https://github.com/eregon/ruby-install-builder/issues if would like support for a new version`)
File an issue at https://github.com/eregon/use-ruby-action/issues if would like support for a new version`)
}
}
+1 -1
View File
@@ -83,7 +83,7 @@ async function getRubyEngineAndVersion(rubyVersion) {
throw new Error(`Unknown version ${version} for ${engine}
input: ${rubyVersion}
available versions for ${engine}: ${engineVersions.join(', ')}
File an issue at https://github.com/eregon/ruby-install-builder/issues if would like support for a new version`)
File an issue at https://github.com/eregon/use-ruby-action/issues if would like support for a new version`)
}
}