Skip to content

Commit

Permalink
Add git-lfs support to S3 job (patch)
Browse files Browse the repository at this point in the history
lukiffer committed Oct 6, 2023
1 parent 7116a3b commit 9bd973c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-s3.yaml
Original file line number Diff line number Diff line change
@@ -26,6 +26,11 @@ on:
required: false
type: boolean
default: true
useGitLfs:
description: Whether or not checkout should pull git-lfs files.
required: false
type: boolean
default: false
secrets:
AWS_ACCESS_KEY_ID:
required: true
@@ -41,6 +46,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
lfs: ${{ inputs.useGitLfs }}
- uses: actions/setup-node@v3
with:
node-version: lts/*

0 comments on commit 9bd973c

Please sign in to comment.