Skip to content

Commit

Permalink
Merge pull request #378 from balena-os/alexgg/esr
Browse files Browse the repository at this point in the history
workflows: esr: pass input parameters to workflow_call
  • Loading branch information
alexgg authored Mar 2, 2024
2 parents 1f6033f + 73102f3 commit 66ac3aa
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 66ac3aa

Please sign in to comment.