Skip to content

Commit 88ec0d5

Browse files
authored
Merge pull request #1038 from splunk/gha_fix
Make it a string?
2 parents 934606f + 030702b commit 88ec0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
3434
with:
35-
lfs: false
35+
lfs: 'false'
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)