blakeworsley/Get Clubhouse Story Info
Get information from the clubhouse story
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| descriptionHeader | Specific title to search for in the body of the existing pull request. This text will be replaced with the description of the clubhouse story. | yes | ### What does this pull request do? |
| urlHeader | Specific url header to search for in the body of the existing pull request. This text will be replaced with the url and title of the clubhouse story. | yes | ### What is the relevant story? |
| delimiter | Delimeter before and after both the description and the url that the body will be split on. | yes | ___ |
| GITHUB_TOKEN | Github token | yes | "" |
| CLUBHOUSE_TOKEN | Clubhouse token | yes | "" |
Outputs
| name | description |
|---|---|
| clubhouseToken | output for testing |
| storyId | output for testing |
| url | output for testing |
| title | output for testing |
| description | output for testing |