File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 description : " Used for prod: The branch to deploy"
5050 required : false
5151 default : " main"
52+ lfs :
53+ type : boolean
54+ description : " Support git LFS"
55+ default : false
56+ required : false
5257 secrets :
5358 aws-key-id :
5459 description : " The AWS access key ID"
8287 uses : actions/checkout@v4
8388 with :
8489 fetch-depth : 0
90+ lfs : ${{inputs.lfs}}
8591
8692 - name : Set up boilerplate config.json
8793 if : github.repository == inputs.template-repository-name
@@ -158,6 +164,7 @@ jobs:
158164 build-target : ${{ inputs.build-target }}
159165 build-args : ${{inputs.build-args}}
160166 build-platforms : ${{inputs.build-platforms}}
167+ lfs : ${{inputs.lfs}}
161168 secrets :
162169 aws-key-id : ${{ secrets.aws-key-id }}
163170 aws-secret-key : ${{ secrets.aws-secret-key }}
@@ -180,6 +187,7 @@ jobs:
180187 build-platforms : ${{inputs.build-platforms}}
181188 version-bump : ${{inputs.version-bump}}
182189 branch : ${{inputs.branch}}
190+ lfs : ${{inputs.lfs}}
183191 secrets :
184192 aws-key-id : ${{ secrets.aws-key-id }}
185193 aws-secret-key : ${{ secrets.aws-secret-key }}
You can’t perform that action at this time.
0 commit comments