diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2423643..d776a13 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@master with: - lfs: ${{ inputs.lfs == 'true' }} + lfs: ${{ inputs.lfs }} # - name: Checkout LFS # if: ${{ inputs.lfs == 'true' }} # run: |