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:
@@ -1,7 +1,7 @@
|
||||
# setup-elixir
|
||||
|
||||
[](https://github.com/actions/setup-elixir/actions)
|
||||
[](https://github.com/actions/setup-elixir/actions)
|
||||
[](https://github.com/erlef/setup-elixir/actions)
|
||||
[](https://github.com/erlef/setup-elixir/actions)
|
||||
|
||||
This action sets up an Elixir environment for use in a GitHub Actions
|
||||
workflow by:
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-elixir@v1
|
||||
- uses: erlef/setup-elixir@v1
|
||||
with:
|
||||
otp-version: '22.2'
|
||||
elixir-version: '1.9.4'
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
elixir: ['1.8.2', '1.9.4']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-elixir@v1
|
||||
- uses: erlef/setup-elixir@v1
|
||||
with:
|
||||
otp-version: ${{matrix.otp}}
|
||||
elixir-version: ${{matrix.elixir}}
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-elixir@v1
|
||||
- uses: erlef/setup-elixir@v1
|
||||
with:
|
||||
otp-version: '22.2'
|
||||
elixir-version: '1.9.4'
|
||||
|
||||
Reference in New Issue
Block a user