Skip to content

Commit c668b8b

Browse files
committed
Render-template.py does not work with absolute paths.
1 parent fe3f124 commit c668b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
DEPENDENCIES_FILE="${REPO_DIR}/${{ inputs.dependencies-file }}"
7777
fi
7878
79-
${REPO_DIR}/continuous_integration/scripts/render-template.py ${REPO_DIR}/.github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" ${REPO_DIR}/.github/actions/build/action.yml
79+
${REPO_DIR}/continuous_integration/scripts/render-template.py .github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" .github/actions/build/action.yml
8080
8181
- name: Dump templates
8282
shell: bash --noprofile --norc -xeuo pipefail {0}

0 commit comments

Comments
 (0)