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:
Bryan Paxton
2021-01-19 15:20:06 -06:00
committed by GitHub
parent 560ba82c46
commit b9b3074680
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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'
)
}