workflows: esr: pass input parameters to workflow_call

Changelog-entry: pass input parameters to common esr workflow
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
Alex Gonzalez 2024-03-02 16:45:53 +01:00
parent d58786da1a
commit 16e5ede715

View file

@ -22,3 +22,6 @@ jobs:
name: Create ESR branch and tag name: Create ESR branch and tag
uses: balena-os/github-workflows/.github/workflows/esr.yml@master uses: balena-os/github-workflows/.github/workflows/esr.yml@master
secrets: inherit secrets: inherit
with:
esr-version: ${{ github.event.inputs.esr-version }}
os-version: ${{ github.event.inputs.os-version }}