From a2e4cab37669afa85cc9b5421f1a519376df8602 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 9 Oct 2024 18:57:10 -0400 Subject: [PATCH] lint --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c308cf5e2..e5524a5f7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Check coverage is updated uses: actions/github-script@v5 - env: + env: OUTPUT: ${{ steps.coverage.outputs.COVERAGE }} with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -61,7 +61,7 @@ jobs: - name: Comment on PR id: comment uses: actions/github-script@v5 - env: + env: OUTPUT: ${{ steps.coverage.outputs.COVERAGE }} with: github-token: ${{ secrets.GITHUB_TOKEN }}