Skip to content

Commit

Permalink
Github: Add ZEPHYR_BASE variable to upmerge GHA
Browse files Browse the repository at this point in the history
one of the scripts rely on the ZEPHYR_BASE value,
but it was not set in the workflow

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Aug 21, 2023
1 parent 0bdc097 commit f2d3819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nrf-upmerge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
python3 sidewalk/scripts/ci/replace_nrf_revision_in_west.py -r $nrf_hash sidewalk/internal_west.yml
- name: Update nrf links in doc
shell: bash
run: |
bash sidewalk/doc/update_ncs_links.sh > sidewalk/doc/ncs_links.rst
ZEPHYR_BASE=${GITHUB_WORKSPACE}/zephyr
sidewalk/doc/update_ncs_links.sh > sidewalk/doc/ncs_links.rst
- name: Get Date
id: date
Expand Down

0 comments on commit f2d3819

Please sign in to comment.