Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-to-winapp11' of https://github.com/open…
Browse files Browse the repository at this point in the history
…hab/openhab-windows into feature/upgrade-to-winapp11

Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Dec 15, 2024
2 parents e7f176f + 7daabdd commit e1c17ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1c17ef

Please sign in to comment.