tuftsrt/get-pages-url
get the GitHub Pages URL for a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository for which to get the GitHub Pages URL. Must be in `owner/repo` format. Defaults to the current repository. | no | ${{ github.repository }} |
| token | GitHub token with `read` permissions for the `pages` scope. Defaults to the `GITHUB_TOKEN` secret of the current repository. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| url | The GitHub Pages URL for the repository. |