Skip to content

Commit 72ec607

Browse files
committed
ci: Fix workflow variable name
Fix full name for variable post_merge id Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
1 parent 82beeac commit 72ec607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/templates/coral-kernel-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
coral.actions/expected-exit-codes: [0]
303303

304304
- name: post-merge-yocto
305-
if: ${{ workflow.yocto_postmerge.id != 0 }}
305+
if: ${{ inputs.workflow.yocto_postmerge.id != 0 }}
306306
run: |
307307
printenv
308308
uuid=$(openssl rand -hex 16)

0 commit comments

Comments
 (0)