Merge pull request #664 from balena-os/alexgg/esr-workflow

workflows: esr: pass input parameters to workflow_call
This commit is contained in:
flowzone-app[bot] 2024-03-05 19:17:42 +00:00 committed by GitHub
commit b68e7e23ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}