Skip to content

Commit ec46a22

Browse files
committed
fix: add override command to action definition
1 parent 0615a64 commit ec46a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ inputs:
2020
convert_prefix:
2121
required: false
2222
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'
2326
runs:
2427
using: 'node20'
2528
main: 'dist/index.js'

0 commit comments

Comments
 (0)