Skip to content

Commit 2a4c32a

Browse files
committed
Set ZEPHIR_BASE for the action
This should help west find back the workspace if the manufest is under multiple subdirectories. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent be22a7d commit 2a4c32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ inputs:
3232

3333
runs:
3434
using: "composite"
35+
env:
36+
- ZEPHIR_BASE: ${{ inputs.app-path }}
3537
steps:
3638
- name: Install dependencies
3739
shell: bash

0 commit comments

Comments
 (0)