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 57b0a4d commit 3d4f1f7Copy full SHA for 3d4f1f7
action.yml
@@ -1,11 +1,15 @@
1
-name: 'Get Primary Language'
2
-description: 'Use the github api to derive the main detected language for the repository'
+name: 'Set Autolink Reference'
+description: 'Use the github api to set an autolink reference for the repository'
3
inputs:
4
token:
5
description: 'GH Token'
6
+ keyPrefix:
7
+ description: 'text to be replaced with autolink'
8
+ url:
9
+ description: 'url reference for autolink tag'
10
outputs:
- primaryLanguage:
- description: 'Detected primary language for the repository'
11
+ result:
12
+ description: 'Status'
13
runs:
14
using: 'node16'
15
main: 'dist/index.js'
0 commit comments