monry/Get Project Id
Get Project Id of GitHub Projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 3, 2022
- License
- None
Pinned Snippet
uses: monry/actions-get-project-id@63f3618987b1a5142bb18dba6449b7294fe52cf9 # v2.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Personal Access Token that with `org:read` is granted. | yes | "" |
| project-owner | User/Organization name project contains. | yes | "" |
| project-number | The number of the target project. | yes | 0 |
Outputs
| name | description |
|---|---|
| project-id | Project Id that can be obtained from a given organization and number |
| error | Error message. |