Skip to content

Commit

Permalink
workflows: esr: pass input parameters to workflow_call
Browse files Browse the repository at this point in the history
Changelog-entry: pass input parameters to common esr workflow
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Mar 5, 2024
1 parent f11151d commit 430e8c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/esr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 430e8c1

Please sign in to comment.