erlef/Mix Dependency Submission
Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner | no | ${{ github.token }} |
| project-path | Repo path to the mix.exs file used to detect dependencies. Defaults to mix.exs in the root of the repository. | yes | ${{ github.workspace }} |
| install-deps | Whether to install dependencies to improve Submission Quality. | no | false |
| ignore | Paths to ignore | no | — |
Outputs
| name | description |
|---|---|
| submission-json-path | Path to the generated submission JSON file |
| snapshot-id | ID of the submission |
| snapshot-api-url | URL of the submission API |