Skip to content

Commit 0d8b03b

Browse files
author
Michael Henderson
committed
update redme with example
1 parent 3d4f1f7 commit 0d8b03b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# action-add-autolink
22
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/[email protected]
14+
with:
15+
token: ${{ secrets.V2BUILDTOKEN}}
16+
keyPrefix: 'ab#'
17+
url: 'https://dev.azure.com/Keyfactor/Integration/_workitems/edit/'
18+

0 commit comments

Comments
 (0)