fixup! fixup! Add LFS support to the workflows.

This commit is contained in:
2025-12-19 18:19:53 +00:00
parent 21b995bb16
commit b4d172b69c
4 changed files with 253 additions and 230 deletions
+6
View File
@@ -13,6 +13,11 @@ on:
required: false
type: string
default: "release.yml"
lfs:
description: "Enable Git LFS checkout (for repos with large files)"
required: false
type: boolean
default: false
jobs:
autoupdate:
@@ -24,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash