Skip to content

Commit 464b6bc

Browse files
committed
Fix actionlint error
1 parent f441248 commit 464b6bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
if: ${{ github.event_name != 'pull_request' }}
5151
uses: codecov/codecov-action@v5
5252
with:
53-
file: ./codecov.lcov
53+
files: |
54+
./codecov.lcov
5455
5556
testdata:
5657
name: Collect regression test data

0 commit comments

Comments
 (0)