actions-marketplace-validations/Stackaid dependency generator
Generate a stackaid.json file based on your repository's dependency graph
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub access token. If publishing to a different repo you must provide a token with appropriate permissions | — | ${{ github.token }} |
| publish_repo | The repository to publish the stackaid.json file. Defaults to current repository | no | ${{ github.repository }} |
| publish_path | The path to publish the stackaid.json file | no | "" |
| skip_publish | If true, the stackaid.json file will not be published to the repository | no | false |
| src_dir | Source code root directory | no | ${{ github.workspace }} |
| include_package_json | If true and publish_repo is different from the working repository, then package.json files will be copied to publish_repo. Use this option when you don't want StackAid to have access to your source. | no | true |
Outputs
| name | description |
|---|---|
| stackaid_json | The generated stackaid.json file |