Use full url for action
Some checks failed
godot-ci export / Windows Export (push) Failing after 2s
godot-ci export / Linux Export (push) Failing after 2s
godot-ci export / Web Export (push) Failing after 2s
godot-ci export / Mac Export (push) Failing after 2s

This commit is contained in:
Antonio Dell'Annunziata 2025-03-02 12:47:46 +01:00
parent b9844a55ac
commit f000df8b84
No known key found for this signature in database
GPG key ID: 8D2BB16641F06E94

View file

@ -16,7 +16,7 @@ jobs:
image: git.antonio-da.dev/antoniodell/godot-ci:latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://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: https://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: https://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: https://code.forgejo.org/actions/checkout@v4
with:
lfs: true
- name: Mac Build