Sync release 20240212 (#4900)

This commit is contained in:
pkippes 2024-02-13 10:19:40 +01:00 committed by GitHub
commit c35ae9fb24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ runs:
shell: bash
- name: Promote DEB package to stable
if: ${{ startsWith(inputs.distrib, 'bullseye') || startsWith(inputs.distrib, 'bookworm' }}
if: ${{ contains(fromJSON('["bullseye", "bookworm"]'), inputs.distrib) }}
run: |
echo "[DEBUG] - Distrib: ${{ inputs.distrib }}"