Skip to content

Commit d5a90fc

Browse files
authored
Merge pull request #163 from Brain-WP/feature/ghactions-fix-warning
GH Actions: fix warning
2 parents 7dbc496 + 19e8e3a commit d5a90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
env:
7979
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8080
with:
81-
file: ./coverage.xml
81+
files: ./coverage.xml

0 commit comments

Comments
 (0)