We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4f1f7 commit 0d8b03bCopy full SHA for 0d8b03b
README.md
@@ -1,2 +1,18 @@
1
# action-add-autolink
2
Update repository autolink
3
+```
4
+name: Update Autolink References
5
+on: [workflow_dispatch]
6
+
7
8
+jobs:
9
+ call-add-autolink:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Add autolink
13
+ uses: fiddlermikey/action-add-autolink@v1.0
14
+ with:
15
+ token: ${{ secrets.V2BUILDTOKEN}}
16
+ keyPrefix: 'ab#'
17
+ url: 'https://dev.azure.com/Keyfactor/Integration/_workitems/edit/'
18
0 commit comments