vapor-community/generate-swift-dependencies

Submit the dependencies of a Swift project to the Github API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path to the checked-out package to generate dependencies for. Defaults to workspace.no${{ github.workspace }}
repositoryThe Github repo to submit the dependencies to. Defaults to current.no${{ github.repository }}
branchThe branch to associate the dependency submission with. Defaults to ref.no${{ github.ref }}
commitThe commit from which the dependencies are generated. Defaults to current.no${{ github.sha }}
tokenGithub access token to use for submitting the dependencies.no${{ github.token }}
metadataUser provided map of max 8 key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"}no

no outputs