We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aede949 commit 0408f29Copy full SHA for 0408f29
.github/workflows/openhab.yml
@@ -50,7 +50,7 @@ jobs:
50
$CURRENTDATE = Get-Date -Format "yyyy.MM.dd"
51
Write-Host "BUILD_NUMBER=$CURRENTDATE" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
52
53
- $IS_BETA_RELEASE = '${{ inputs.IsBetaRelease }}''
+ $IS_BETA_RELEASE = '${{ inputs.IsBetaRelease }}'
54
if ($IS_BETA_RELEASE -eq 'true') {
55
Write-Host "RELEASE_NAME=Beta:$CURRENTDATE.${{github.run_number}}" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
56
} else {
0 commit comments