Skip to content

Commit

Permalink
fix missing $ in coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 14, 2024
1 parent 883a606 commit 53a3f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
echo $output
files=$(echo $output | grep " •")
coverage=$(echo $output | grep "COVERAGE")
echo "::set-output name=files_output::files"
echo "::set-output name=coverage_output::coverage"
echo "::set-output name=files_output::$files"
echo "::set-output name=coverage_output::$coverage"
- name: Comment coverage
uses: bubkoo/auto-comment@v1
Expand Down

0 comments on commit 53a3f76

Please sign in to comment.