tuftsrt/get-pages-url

get the GitHub Pages URL for a repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository for which to get the GitHub Pages URL. Must be in `owner/repo` format. Defaults to the current repository. no${{ github.repository }}
tokenGitHub token with `read` permissions for the `pages` scope. Defaults to the `GITHUB_TOKEN` secret of the current repository. no${{ github.token }}
namedescription
urlThe GitHub Pages URL for the repository.