mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-28 05:32:55 +00:00
fixup! fixup! Add LFS support to the workflows.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user