correct ID used

This commit is contained in:
pseusys
2023-02-26 10:19:46 +01:00
parent 2821558b66
commit e23ce9dc4b

View File

@@ -66,6 +66,6 @@ jobs:
uses: jungwinter/comment@v1
with:
type: create
body: ${{ steps.run_tests.outputs.README_CONTENT }}
body: ${{ steps.make-stats.outputs.README_CONTENT }}
issue_number: ${{ github.event.number }}
token: ${{ secrets.GITHUB_TOKEN }}