🎉 Added range based message coloring

This commit is contained in:
LucasWolfgang
2022-04-15 13:11:20 -03:00
parent 8da8f7816f
commit 3bcfbf7edc
3 changed files with 19 additions and 1 deletions

View File

@@ -49,6 +49,12 @@ inputs:
cacheSeconds:
description: 'The cache lifetime in seconds (must be greater than 300)'
required: false
maxColorRange:
description: 'Maximum value for the value passaed as message. Used to define the message color.'
required: false
minColorRange:
description: 'Minimum value for the value passaed as message. Used to define the message color.'
required: false
runs:
using: 'node12'
main: 'index.js'