Skip to content

Commit

Permalink
fix typo in github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrolf committed Sep 14, 2023
1 parent b385385 commit c4aee57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c4aee57

Please sign in to comment.