bitly-link-shortener
ActionsTags
(1)This action creates a short URL from Bit.ly for a given URL.
Required Bit.ly API Token.
Required Full URL to be shortened.
Optional custom domain that is configured with Bit.ly
Optional title of the link to record in Bit.ly
Shortened URL from Bit.ly
jobs:
shorten:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bitly shortener
id: shortener
uses: intersecato/[email protected]
with:
bitly_token: ${{ secrets.BITLY_TOKEN }}
long_url: link
bitly-link-shortener is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.