From 46403a6744638885ed138250ad8ac5efee7c20b7 Mon Sep 17 00:00:00 2001 From: Graham Wheeler Date: Tue, 15 Mar 2022 22:36:57 -0700 Subject: [PATCH] Update report.yml --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index df0b480e..78a2fe7a 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -33,7 +33,7 @@ jobs: - name: Generate report run: | mkdir -p reports - ghreport -o reports/report%a.md $env.GITHUB_REPOSITORY ${{ secrets.GITHUB_TOKEN }} + ghreport -o reports/report%a.md $GITHUB_REPOSITORY ${{ secrets.GITHUB_TOKEN }} - name: Commit report id: commit