Add checkout step to Gitea workflow
Some checks failed
Build Mod Package / build (push) Failing after 19s

This commit is contained in:
2026-04-07 23:27:10 +03:00
parent ee496de292
commit e89459fda6

View File

@@ -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"