just use ${{steps.repo-discussion.outputs.count}}
to get repo's discussion-count.
...
on:
# Triggers the workflow on push or pull request events but only for the master branch
watch:
action: started
steps:
- name: Discussion Count
id: repo-discussion
uses: alanhe421/repo-discussion-count-action@master
...
Repo Discussion Count is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.