mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Change occurences of actions/setup-elixir to erlef/setup-elixir (#2)
* Change all occurrences of actions/setup-elixir to erlef/setup-elixir
This commit is contained in:
Vendored
+2
-2
@@ -2962,7 +2962,7 @@ async function installOTP(version, osVersion) {
|
||||
}
|
||||
|
||||
throw new Error(
|
||||
'@actions/setup-elixir only supports Ubuntu Linux at this time'
|
||||
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
|
||||
)
|
||||
}
|
||||
|
||||
@@ -3352,7 +3352,7 @@ async function main() {
|
||||
function checkPlatform() {
|
||||
if (process.platform !== 'linux')
|
||||
throw new Error(
|
||||
'@actions/setup-elixir only supports Ubuntu Linux at this time'
|
||||
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user