Skip to content

bitly-link-shortener

Actions
A GitHub Action to automate generating shortened URLs with Bit.ly
1.0.1
Latest
Star (0)

Tags

 (1)

Bitly Url Shortener

This action creates a short URL from Bit.ly for a given URL.

Inputs

bitly_token

Required Bit.ly API Token.

long_url

Required Full URL to be shortened.

bitly_custom_domain

Optional custom domain that is configured with Bit.ly

link_title

Optional title of the link to record in Bit.ly

Outputs

bitly_link

Shortened URL from Bit.ly

Example usage

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.

About

A GitHub Action to automate generating shortened URLs with Bit.ly
1.0.1
Latest

Tags

 (1)

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.