You've already forked dynamic-badges-action
🎉 Added more functionalities to color range
Now the Range can be inverted and doesn't use the message anymore
This commit is contained in:
10
action.yml
10
action.yml
@@ -49,11 +49,17 @@ inputs:
|
||||
cacheSeconds:
|
||||
description: 'The cache lifetime in seconds (must be greater than 300)'
|
||||
required: false
|
||||
valColorRange:
|
||||
description: 'Numerical value used to define the message color.'
|
||||
required: false
|
||||
maxColorRange:
|
||||
description: 'Maximum value for the value passaed as message. Used to define the message color.'
|
||||
description: 'Maximum value in the range used to define the message color.'
|
||||
required: false
|
||||
minColorRange:
|
||||
description: 'Minimum value for the value passaed as message. Used to define the message color.'
|
||||
description: 'Minimum value in the range used to define the message color.'
|
||||
required: false
|
||||
invertColorRange:
|
||||
description: 'If the range should be inverted, causing a smaller value to have green color.'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user