diff --git a/.github/workflows/generate-issue-report.yml b/.github/workflows/generate-issue-report.yml index 155a95ef4f..82d3e7cd00 100644 --- a/.github/workflows/generate-issue-report.yml +++ b/.github/workflows/generate-issue-report.yml @@ -22,7 +22,7 @@ jobs: - uses: brcrista/summarize-issues@dev with: title: 'My Issues Report' - configPath: '.github/workflows/issues-report-config.json' + configPath: '.github/workflows/issue-report-config.json' outputPath: ${{ env.OUTPUT_FILE_NAME }} token: ${{ secrets.GITHUB_TOKEN }}