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

Commit

Permalink
ci: Use GITHUB_OUTPUT envvar instead of set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 12, 2024
1 parent 3591f8d commit e5e0f60
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 "::set-output name=coverage::${COVERAGE}"
echo "coverage=${COVERAGE}" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e5e0f60

Please sign in to comment.