You've already forked dynamic-badges-action
📝 add explnation to updateIfChanged
This commit is contained in:
@@ -86,6 +86,7 @@ Parameter | Description
|
|||||||
`logoPosition` | The position of the logo.
|
`logoPosition` | The position of the logo.
|
||||||
`style` | The style like "flat" or "social".
|
`style` | The style like "flat" or "social".
|
||||||
`cacheSeconds` | The cache lifetime in seconds (must be greater than 300).
|
`cacheSeconds` | The cache lifetime in seconds (must be greater than 300).
|
||||||
|
`updateIfChanged` | Default is `false`. If `true` will update the gist only if content changed.
|
||||||
|
|
||||||
### Color Range Parameters (optional)
|
### Color Range Parameters (optional)
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ inputs:
|
|||||||
message:
|
message:
|
||||||
description: 'The right text of the badge'
|
description: 'The right text of the badge'
|
||||||
required: true
|
required: true
|
||||||
|
updateIfChanged:
|
||||||
|
description: 'If true will update the gist only if content changed'
|
||||||
|
default: 'false'
|
||||||
|
required: false
|
||||||
labelColor:
|
labelColor:
|
||||||
description: 'The left color of the badge'
|
description: 'The left color of the badge'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user