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. |