mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-30 03:30:48 +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:
+1
-1
@@ -29,6 +29,6 @@ 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'
|
||||
)
|
||||
}
|
||||
|
||||
+1
-1
@@ -54,7 +54,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