Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.52 KB

File metadata and controls

51 lines (39 loc) · 2.52 KB

branding<icon:users color:gray-dark> GitHub Action: Repository owner is organization

Release%20by%20tagRelease%20by%20dateCommitOpen%20IssuesDownloads

Action to check if the repository owner is an organization.

- uses: hoverkraft-tech/[email protected]
  with:
    # Description: GitHub token for fetching users API.
    #
    # Default: ${{ github.token }}
    github-token: ""
Input Description Default Required
github-token GitHub token for fetching users API. ${{ github.token }} false
Output Description
is-organization The boolean value indicating if the repository owner is an organization.