diff --git a/.github/workflows/openhab.yml b/.github/workflows/openhab.yml index 482a33d6..9f1d6a7e 100644 --- a/.github/workflows/openhab.yml +++ b/.github/workflows/openhab.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: inputs: BuildConfiguration: - description: "Specifices if a release or debug package should be created." + description: "Specifies if a release or debug package should be created." type: choice options: ["release", "debug"] default: "release"