mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 17:44:08 +02:00
debug output
This commit is contained in:
parent
33c0246e79
commit
b9b8f0b2b3
3 changed files with 6 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ function onlyUnique(value, index, array) {
|
|||
const minVersion = parseInt(xpath.select1("//info//dependencies//nextcloud/@min-version", document).value, 10);
|
||||
const maxVersion = parseInt(xpath.select1("//info//dependencies//nextcloud/@max-version", document).value, 10);
|
||||
|
||||
console.log(`App supports from ${minVersion} till ${maxVersion}`);
|
||||
|
||||
const versions = range(minVersion, maxVersion);
|
||||
core.setOutput("versions", JSON.stringify(versions));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue