Skip to content

Commit

Permalink
fixing notification command
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Jun 6, 2024
1 parent f24863c commit 7b67313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ jobs:
run: ./codecov upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'javascript'-${{ github.run_id }} -F 'javascript' -f coverage/coverage-final.json

- name: Trigger notifications
run: ./codecov -t ${{ secrets.CODECOV_TOKEN }} send-notifications
run: ./codecov send-notifications -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7b67313

Please sign in to comment.