diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 3daa5ab..ebb4733 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -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"