We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20d1cd commit 8a80460Copy full SHA for 8a80460
.github/workflows/owa5x.yml
@@ -30,6 +30,11 @@ on:
30
required: false
31
type: string
32
default: balena-staging.com
33
+ meta-balena-ref:
34
+ description: meta-balena ref if not the currently pinned version
35
+ required: false
36
+ type: string
37
+ default: ''
38
39
jobs:
40
yocto:
@@ -47,3 +52,5 @@ jobs:
47
52
force-finalize: ${{ inputs.force-finalize || false }}
48
53
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
49
54
deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
55
+ # Allow overriding the meta-balena ref for workflow dispatch events
56
+ meta-balena-ref: ${{ inputs.meta-balena-ref || '' }}
0 commit comments