We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0615a64 commit ec46a22Copy full SHA for ec46a22
action.yml
@@ -20,6 +20,9 @@ inputs:
20
convert_prefix:
21
required: false
22
description: 'Include prefix (or not) on conversion. True by default'
23
+ override:
24
+ required: false
25
+ description: 'Either to override or not the variable if it already exists'
26
runs:
27
using: 'node20'
28
main: 'dist/index.js'
0 commit comments