Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 23, 2024
1 parent e5e0f60 commit 1e379ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make test-create-coverage
COVERAGE=$(go tool cover --func=cover.out | grep total | grep -Eo '[0-9]+\.[0-9]+')
echo "coverage=${COVERAGE}" >> $GITHUB_OUTPUT
echo "coverage=${COVERAGE}" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1e379ee

Please sign in to comment.