File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 63
63
# APP_ENV value.
64
64
# Default: 'dev'
65
65
symfony-environment : ' '
66
+
67
+ # Whether to download Git-LFS files.
68
+ # Default: false
69
+ lfs : ' '
66
70
` ` `
67
71
68
72
### Reusing build files in other jobs
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ inputs:
23
23
required : false
24
24
default : ' symfony-build-'
25
25
26
+ lfs :
27
+ description : ' Whether to download Git-LFS files'
28
+ required : false
29
+ default : ' false'
30
+
26
31
php-version :
27
32
description : ' PHP version to use'
28
33
required : false
70
75
- uses : actions/checkout@v4
71
76
with :
72
77
repository : ${{ inputs.repository }}
78
+ lfs : ${{ inputs.lfs }}
73
79
74
80
# Setup .env.local
75
81
- run : ' echo "APP_ENV=${{ inputs.symfony-environment }}" > .env.local'
You can’t perform that action at this time.
0 commit comments