diff --git a/.github/workflows/openhab.yml b/.github/workflows/openhab.yml index 482a33d6..09cd5fc0 100644 --- a/.github/workflows/openhab.yml +++ b/.github/workflows/openhab.yml @@ -12,12 +12,12 @@ 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" IsBetaRelease: - description: "Specifices if a beta release should be created." + description: "Specifies if a beta release should be created." type: "boolean" default: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abcc9d7c..ad49b6eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: workflow_call: inputs: beta_release: - description: 'Specifices if a beta release should be created.' + description: 'Specifies if a beta release should be created.' type: boolean default: false required: false