You've already forked dynamic-badges-action
🎉 Added saturation and lightness parameters
🎉 Added saturation and lightness parameters to ColorRange feature
This commit is contained in:
@@ -61,6 +61,12 @@ inputs:
|
||||
invertColorRange:
|
||||
description: 'If the range should be inverted, causing a smaller value to have green color.'
|
||||
required: false
|
||||
colorRangeSaturation:
|
||||
description: 'Saturation used by the color range feature. Defaults to 100%.'
|
||||
required: false
|
||||
colorRangeLightness:
|
||||
description: 'Lightness used by the color range feature. Defaults to 40%.
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
|
||||
Reference in New Issue
Block a user