Skip to content

Commit 641a86f

Browse files
committed
nicer namings
1 parent de43e71 commit 641a86f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bom-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: true
1414
type: string
1515
default: main
16-
conv_ref:
16+
modelconv_ref:
1717
description: 'modelconverter version (branch/tag/SHA)'
1818
required: true
1919
type: string
@@ -23,7 +23,7 @@ on:
2323
required: false
2424
type: boolean
2525
default: true
26-
run_converter:
26+
run_modelconv:
2727
description: 'Run Modelconverter tests'
2828
required: false
2929
type: boolean
@@ -43,11 +43,11 @@ jobs:
4343

4444
test-modelconverter:
4545
name: Test Modelconverter
46-
if: ${{ inputs.run_converter }}
46+
if: ${{ inputs.run_modelconv }}
4747
uses: Luxonis/modelconverter/.github/workflows/unittests.yaml@feat/add-workflow_call-to-unittests # change to main when ready
4848
with:
4949
ml_ref: ${{ inputs.ml_ref }}
50-
conv_ref: ${{ inputs.conv_ref }}
50+
modelconv_ref: ${{ inputs.modelconv_ref }}
5151
secrets:
5252
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5353
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)