Update generate-issue-report.yml

This commit is contained in:
Nikhil Nandagopal 2020-09-29 15:38:36 +05:30 committed by GitHub
parent c83a78c492
commit 2cb1f2a34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}