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
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare workspace
|
||||
run: |
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Reference in New Issue
Block a user