Skip to content

Commit

Permalink
[gh workflow] Adding type for inputs
Browse files Browse the repository at this point in the history
* in order to fix

The workflow is not valid. 511decd (Line: 10, Col: 9): Required property is missing: type 511decd (Line: 13, Col: 9): Required property is missing: type
  • Loading branch information
didierofrivia committed Mar 28, 2023
1 parent 511decd commit 8ee158e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ on:
authorinoOperatorBundleVersion:
description: Authorino Operator bundle version
default: latest
type: string
limitadorOperatorBundleVersion:
description: Limitador Operator bundle version
default: latest
type: string
wasmShimVersion:
description: WASM Shim version
default: latest
type: string
workflow_dispatch:
inputs:
authorinoOperatorBundleVersion:
Expand Down

0 comments on commit 8ee158e

Please sign in to comment.