-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
32 lines (32 loc) · 966 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
28
29
30
31
32
name: Get Gradle Versions
description: Get the latest Gradle versions
author: KyoriPowered
inputs:
debug:
description: A boolean, to enable debug logging
default: 'false'
required: false
override:
description: A version override to inject as 'latest', for use with manually called workflows
default: '-'
required: false
output_file:
description: A file to write the latest version to
required: false
outputs:
latest_rc_or_nightly:
description: The latest RC (if present) or nightly (otherwise), can be overridden
release_nightly:
description: The latest release-nightly, or blank if none is published
nightly:
description: The latest nightly, or blank if none is published
rc:
description: The latest RC, or blank if none is published
release:
description: The latest release, or blank if none is published
runs:
using: node20
main: dist/index.js
branding:
icon: external-link
color: green