Skip to content

Commit

Permalink
Update coverage-local.yml
Browse files Browse the repository at this point in the history
Removed single quotation marks surrounding cat part
  • Loading branch information
sigmafelix authored Mar 20, 2024
1 parent e3fef1d commit 749cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: get-values
shell: bash
run: |
COV=$(cat '${{ github.workspace }}/local_cov.Rout')
COV=$(cat ${{ github.workspace }}/local_cov.Rout)
echo "coverage=$COV" >> $GITHUB_OUTPUT
- name: Checkout gh-pages
Expand Down

0 comments on commit 749cc49

Please sign in to comment.