Use full url for action
This commit is contained in:
parent
b9844a55ac
commit
a0ff84fe37
1 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
image: git.antonio-da.dev/antoniodell/godot-ci:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Windows Build
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
image: git.antonio-da.dev/antoniodell/godot-ci:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Linux Build
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
image: git.antonio-da.dev/antoniodell/godot-ci:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Web Build
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
image: git.antonio-da.dev/antoniodell/godot-ci:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Mac Build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue