diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a643b..a731755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,4 +74,12 @@ jobs: if: ${{ github.ref != 'refs/heads/master' }} with: name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }} - path: assets \ No newline at end of file + path: assets + + - name: Create Comment 💬 + uses: jungwinter/comment@v1 + with: + type: create + body: ${{ steps.make-stats.outputs.README_CONTENT }} + issue_number: ${{ github.event.number }} + token: ${{ secrets.GITHUB_TOKEN }}