Skip to content

Commit fc7000f

Browse files
committed
fix: actions syntax smh
1 parent 9de67f0 commit fc7000f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Upload code coverage results
2828
uses: codecov/codecov-action@v4
2929
with:
30-
- token: ${{ secrets.CODECOV_TOKEN }}
31-
- directory: ./core/build/reports/jacoco/test/
30+
token: ${{ secrets.CODECOV_TOKEN }}
31+
directory: ./core/build/reports/jacoco/test/
3232

3333
- name: Run Codacy Analysis CLI
3434
uses: codacy/codacy-analysis-cli-action@v4

0 commit comments

Comments
 (0)