From f2d3819428f3ba7874716258b049ee7f8e268d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Mon, 21 Aug 2023 11:13:56 +0000 Subject: [PATCH] Github: Add ZEPHYR_BASE variable to upmerge GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit one of the scripts rely on the ZEPHYR_BASE value, but it was not set in the workflow Signed-off-by: Robert Gałat --- .github/workflows/nrf-upmerge-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nrf-upmerge-pr.yml b/.github/workflows/nrf-upmerge-pr.yml index 3ec84cc8d6..dfa65f71b1 100644 --- a/.github/workflows/nrf-upmerge-pr.yml +++ b/.github/workflows/nrf-upmerge-pr.yml @@ -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