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