mgwalker/is-in-orgs
Passes if the user who initiated this action belongs to one or more of the orgs provided in the input.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| orgs | A space-delimited list of orgs that this user may belong to in order for this action to pass. | yes | — |
Outputs
| name | description |
|---|---|
| in_orgs | A boolean value indicating if the user belongs to any of the input orgs. |