We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f124 commit c668b8bCopy full SHA for c668b8b
.github/workflows/gh-build.yml
@@ -76,7 +76,7 @@ jobs:
76
DEPENDENCIES_FILE="${REPO_DIR}/${{ inputs.dependencies-file }}"
77
fi
78
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
+ ${REPO_DIR}/continuous_integration/scripts/render-template.py .github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" .github/actions/build/action.yml
80
81
- name: Dump templates
82
shell: bash --noprofile --norc -xeuo pipefail {0}
0 commit comments