-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
27 lines (27 loc) · 786 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: 'gradle update checker'
description: 'gradle maven new package version checker'
author: 'MeilCli'
branding:
icon: arrow-up
color: blue
inputs:
build_gradle_files:
description: 'target root build.gradle files'
skip_plugin_dependency:
description: 'skip automally add dependency of gradle-versions-plugin'
revision:
description: 'version check revision'
output_text_style:
description: 'output text style, value: short or long'
required: true
default: 'short'
outputs:
has_maven_update:
description: 'has new package version information'
maven_update_text:
description: 'new package version information text'
maven_update_json:
description: 'new package version information json'
runs:
using: 'node20'
main: 'dist/index.js'