intersecato/bitly-link-shortener
A GitHub Action to automate generating shortened URLs with Bit.ly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| long_url | Long URL to shorten | yes | — |
| bitly_token | Bit.ly API Token | yes | — |
| bitly_custom_domain | Optional custom domain. Defaults to bit.ly | no | — |
| link_title | Optional title of the link | no | — |
Outputs
| name | description |
|---|---|
| bitly_link | The Bit.ly short URL |