fix: use local setup-beam mirror and bare action refs
This commit is contained in:
parent
f424180308
commit
960ec415fc
1 changed files with 5 additions and 5 deletions
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Elixir
|
||||
uses: https://github.com/erlef/setup-beam@v1
|
||||
uses: https://git.mcintire.me/graham/setup-beam@v1
|
||||
with:
|
||||
version-type: strict
|
||||
elixir-version: '1.20.2'
|
||||
|
|
@ -92,12 +92,12 @@ jobs:
|
|||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Elixir
|
||||
uses: https://github.com/erlef/setup-beam@v1
|
||||
uses: https://git.mcintire.me/graham/setup-beam@v1
|
||||
with:
|
||||
version-type: strict
|
||||
elixir-version: '1.20.2'
|
||||
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue