From 61efe96192aa8466cb4b27cf5db9ada779daa737 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 17 Jan 2020 22:30:14 +0100 Subject: [PATCH] Use a single bug tracker for the action --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 519bf2e..1955593 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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`) } } diff --git a/index.js b/index.js index 0f95860..d47d1c2 100644 --- a/index.js +++ b/index.js @@ -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`) } }