devops-actions/Load available actions
Load an overview of all available actions in a GitHub Organization by looking for the action.yml/yaml files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | Slug of the organization to analyze. Either this or the user slug needs to have a value | no | — |
| user | Slug of the user space to analyze. Either this or the organization slug needs to have a value | no | — |
| PAT | Personal access token to use for analysis. Leaving this empty will use the default GITHUB_TOKEN that could have limited access rights | yes | — |
| removeToken | Remove hardcoded token before returning | no | — |
| fetchReadmes | Fetch readmes of actions | no | — |
| outputFilename | Define the name of the output file | no | — |
| scanForReusableWorkflows | Scan repositories for reusable workflows | no | true |
| includePrivateWorkflows | Include Workflows from private repositories | no | false |
| exclude-repos | List of repository names to exclude from cloning (one per line, case-insensitive). Use this to skip large repos that are not needed. Format: repo-name (without owner/org prefix) | no | — |
Outputs
| name | description |
|---|---|
| actions-file-path | Path to the file that contains a list of all actions available in the organization or user space |