fix(ci): fix expression in promote action (#4898)

This commit is contained in:
Kevin Duret 2024-02-12 16:42:35 +01:00 committed by GitHub
parent 07056df138
commit 555b8cb6ab
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 }}"