Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHripko committed May 2, 2024
1 parent 3544a5a commit 024f886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v4
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Login to DockerHub
if: ${{ github.ref == 'refs/heads/main' && success() }}
Expand Down

0 comments on commit 024f886

Please sign in to comment.