Skip to content

alanhe421/repo-discussion-count-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

just use ${{steps.repo-discussion.outputs.count}} to get repo's discussion-count.

Example

...

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

...