mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06: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:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
elixir-version: '1.11.0-rc.0'
|
elixir-version: '1.11.0-rc.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use actions/setup-elixir
|
- name: Use erlef/setup-elixir
|
||||||
id: setup-elixir
|
id: setup-elixir
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
[fork]: https://github.com/actions/setup-elixir/fork
|
[fork]: https://github.com/erlef/setup-elixir/fork
|
||||||
[pr]: https://github.com/actions/setup-elixir/compare
|
[pr]: https://github.com/erlef/setup-elixir/compare
|
||||||
[code-of-conduct]: https://github.com/actions/setup-elixir/blob/main/CODE_OF_CONDUCT.md
|
[code-of-conduct]: https://github.com/erlef/setup-elixir/blob/main/CODE_OF_CONDUCT.md
|
||||||
|
|
||||||
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
|
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# setup-elixir
|
# setup-elixir
|
||||||
|
|
||||||
[](https://github.com/actions/setup-elixir/actions)
|
[](https://github.com/erlef/setup-elixir/actions)
|
||||||
[](https://github.com/actions/setup-elixir/actions)
|
[](https://github.com/erlef/setup-elixir/actions)
|
||||||
|
|
||||||
This action sets up an Elixir environment for use in a GitHub Actions
|
This action sets up an Elixir environment for use in a GitHub Actions
|
||||||
workflow by:
|
workflow by:
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-elixir@v1
|
- uses: erlef/setup-elixir@v1
|
||||||
with:
|
with:
|
||||||
otp-version: '22.2'
|
otp-version: '22.2'
|
||||||
elixir-version: '1.9.4'
|
elixir-version: '1.9.4'
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
elixir: ['1.8.2', '1.9.4']
|
elixir: ['1.8.2', '1.9.4']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-elixir@v1
|
- uses: erlef/setup-elixir@v1
|
||||||
with:
|
with:
|
||||||
otp-version: ${{matrix.otp}}
|
otp-version: ${{matrix.otp}}
|
||||||
elixir-version: ${{matrix.elixir}}
|
elixir-version: ${{matrix.elixir}}
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-elixir@v1
|
- uses: erlef/setup-elixir@v1
|
||||||
with:
|
with:
|
||||||
otp-version: '22.2'
|
otp-version: '22.2'
|
||||||
elixir-version: '1.9.4'
|
elixir-version: '1.9.4'
|
||||||
|
|||||||
Vendored
+2
-2
@@ -2962,7 +2962,7 @@ async function installOTP(version, osVersion) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(
|
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() {
|
function checkPlatform() {
|
||||||
if (process.platform !== 'linux')
|
if (process.platform !== 'linux')
|
||||||
throw new Error(
|
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
@@ -29,6 +29,6 @@ async function installOTP(version, osVersion) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(
|
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() {
|
function checkPlatform() {
|
||||||
if (process.platform !== 'linux')
|
if (process.platform !== 'linux')
|
||||||
throw new Error(
|
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