Skip to content

Commit

Permalink
build(actions): removing set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaduttPanchagnula authored Jun 3, 2023
1 parent 745a0a0 commit 5c7ce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: |
go tool cover -func=coverage.out > coverage.txt
coverage=$(cat coverage.txt)
echo "::set-output name=coverage::$coverage"
export coverage="$coverage"

0 comments on commit 5c7ce1f

Please sign in to comment.