-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (27 loc) · 974 Bytes
/
action.yml
File metadata and controls
27 lines (27 loc) · 974 Bytes
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: 'Modrinth Modpack Update Printer'
description: 'Print a report in an issue about if a modpack can be upgraded to the next Minecraft version'
inputs:
current-mc-version:
description: 'The current Minecraft version of the modpack'
required: true
is-up-to-date:
description: 'Whether the modpack is up to date'
required: true
tested-mc-version:
description: 'The Minecraft version that was tested'
required: true
supported-mods:
description: 'The mods that are supported on the tested Minecraft version'
required: true
unsupported-mods:
description: 'The mods that are not supported on the tested Minecraft version'
required: true
can-upgrade:
description: 'Whether the modpack can be upgraded to the next Minecraft version'
required: true
person-to-ping:
description: 'The person to ping in the issue when the modpack can be upgraded'
required: true
runs:
using: 'node20'
main: 'dist/main.js'