Skip to content

fiddlermikey/action-add-autolink

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/'