Skip to content

Commit b3ed7c8

Browse files
committed
Display markdown
1 parent 28da68a commit b3ed7c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-stats.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Run pull request stats
11+
id: stats
1112
uses: flowwer-dev/pull-request-stats@master
1213
with:
1314
organization: 'stackhpc'
1415
period: 90
1516
charts: true
16-
disableLinks: true
17+
#disableLinks: true
1718
sortBy: 'COMMENTS'
19+
20+
- name: Display markdown
21+
run: echo '${{ steps.stats.outputs.resultsMd }}'

0 commit comments

Comments
 (0)