From f3461f7da48bab247430659623e2b9b593ccc3b1 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 14 Oct 2025 13:06:52 +0200 Subject: [PATCH] fix failing CI --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 47f589c89..3dee0f23c 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-22.04 needs: [get-version] env: - INPUT_PPAVER: ${inputs.ppaver} + INPUT_PPAVER: ${{ inputs.ppaver }} steps: - uses: actions/checkout@v5 - id: deb-version