Skip to content

Commit

Permalink
Using env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh authored Apr 22, 2024
1 parent e960cd0 commit e04eaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "pcov=45" >> "$GITHUB_ENV"
- name: Create badge
env:
P_COV: ${{ pcov }}
P_COV: "pcov is: '${{ env.pcov }}'"
uses: schneegans/[email protected]
with:
auth: ${{ secrets.TEST_COVERAGE_GIST }}
Expand Down

0 comments on commit e04eaba

Please sign in to comment.