Skip to content

Commit

Permalink
fix: boolean check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Jul 4, 2024
1 parent 02957d4 commit dc6c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout LFS
if: ${{ !inputs.lfs }}
if: ${{ inputs.lfs }}
uses: actions/checkout@v4
with:
lfs: 'true'
Expand Down

0 comments on commit dc6c320

Please sign in to comment.