Add checkout step to Gitea workflow
Some checks failed
Build Mod Package / build (push) Failing after 19s
Some checks failed
Build Mod Package / build (push) Failing after 19s
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare workspace
|
- name: Prepare workspace
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|||||||
Reference in New Issue
Block a user