You've already forked wakapi-readme-stats
fix: Restore comment output
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -75,3 +75,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }}
|
name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }}
|
||||||
path: assets
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user