Skip to content

Set Autolink Reference

Actions
Use the github api to set an autolink reference for the repository
v1.0
Latest
Star (1)

action-add-autolink

Update repository autolink

name: Update Autolink References
on: [workflow_dispatch]


jobs:
  call-add-autolink:
    runs-on: ubuntu-latest
    steps:
      - name: Add autolink
        uses: fiddlermikey/action-add-autolink@v1.0
        with:
          token: ${{ secrets.V2BUILDTOKEN}}
          keyPrefix: 'ab#'
          url: 'https://dev.azure.com/Keyfactor/Integration/_workitems/edit/'
 

Set Autolink Reference 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

Use the github api to set an autolink reference for the repository
v1.0
Latest

Set Autolink Reference 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.