vapor-community/generate-swift-dependencies
Submit the dependencies of a Swift project to the Github API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the checked-out package to generate dependencies for. Defaults to workspace. | no | ${{ github.workspace }} |
| repository | The Github repo to submit the dependencies to. Defaults to current. | no | ${{ github.repository }} |
| branch | The branch to associate the dependency submission with. Defaults to ref. | no | ${{ github.ref }} |
| commit | The commit from which the dependencies are generated. Defaults to current. | no | ${{ github.sha }} |
| token | Github access token to use for submitting the dependencies. | no | ${{ github.token }} |
| metadata | User provided map of max 8 key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"} | no | — |
Outputs
no outputs