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:
parent
d58786da1a
commit
16e5ede715
1 changed files with 3 additions and 0 deletions
3
.github/workflows/esr.yml
vendored
3
.github/workflows/esr.yml
vendored
|
@ -22,3 +22,6 @@ jobs:
|
|||
name: Create ESR branch and tag
|
||||
uses: balena-os/github-workflows/.github/workflows/esr.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
esr-version: ${{ github.event.inputs.esr-version }}
|
||||
os-version: ${{ github.event.inputs.os-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue