pndurette/GitHub Pages URL Shortener Action
Ultra-lightweight GitHub Pages URL Shortener
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls_config | The path to a YAML file associating redirect keys to URLs, e.g.: ```yaml --- test1: https://www.bookcity.ca/ test2: https://www.gladdaybookshop.com ``` | no | .github/urls.yml |
| default_redirect | Default behaviour for `/` or any 404, can be either: * a URL (absolute) to redirect to (e.g. `https://www.aol.com/`) * a URL (relative) to redirect to from the domain (e.g. `/blog`) * a message to display (e.g. `Nothing here!`) | no | Nothing here! |
Outputs
no outputs