fix: use bare same-instance ref for setup-beam, Forgejo checkout mirror
This commit is contained in:
parent
3738b8fe57
commit
839a090b2d
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: actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Elixir
|
||||
uses: http://forgejo:3000/graham/setup-beam.git@v1
|
||||
uses: graham/setup-beam@v1
|
||||
with:
|
||||
version-type: loose
|
||||
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: actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Elixir
|
||||
uses: http://forgejo:3000/graham/setup-beam.git@v1
|
||||
uses: graham/setup-beam@v1
|
||||
with:
|
||||
version-type: loose
|
||||
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: actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue