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