Skip to content

Commit 3d4f1f7

Browse files
author
Michael Henderson
committed
update action inputs
1 parent 57b0a4d commit 3d4f1f7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
name: 'Get Primary Language'
2-
description: 'Use the github api to derive the main detected language for the repository'
1+
name: 'Set Autolink Reference'
2+
description: 'Use the github api to set an autolink reference for the repository'
33
inputs:
44
token:
55
description: 'GH Token'
6+
keyPrefix:
7+
description: 'text to be replaced with autolink'
8+
url:
9+
description: 'url reference for autolink tag'
610
outputs:
7-
primaryLanguage:
8-
description: 'Detected primary language for the repository'
11+
result:
12+
description: 'Status'
913
runs:
1014
using: 'node16'
1115
main: 'dist/index.js'

0 commit comments

Comments
 (0)