feat(supported-version): add all kind (#36)

This commit is contained in:
Damien Retzinger
2022-08-12 08:40:31 -04:00
committed by GitHub
parent 09d4f1e097
commit 26c354d8d4
8 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description: "A Github Action that computes the Github Actions matrix for the ch
inputs:
kind:
required: false
description: "The kind of versions you want to return. Allowed values are `currently-supported, latest, custom`"
description: "The kind of versions you want to return. Allowed values are `currently-supported, latest, custom, all`"
default: "currently-supported"
custom_versions:
required: false