nvdaes/Get repository ID
Gets the ID of the specified GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, nvdaes/getRepositoryId | yes | ${{ github.repository }} |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| repo-id | The ID of the specified repository |