We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9665ff0 + dcae090 commit b0630ffCopy full SHA for b0630ff
.github/actions/lava-test-plans/action.yml
@@ -56,6 +56,7 @@ runs:
56
echo "PROJECT=projects/${GITHUB_REPOSITORY#*/}/" >> "${VARS_OUT_PATH}/gh-variables.ini"
57
echo "LAVA_JOB_PRIORITY=50" >> "${VARS_OUT_PATH}/gh-variables.ini"
58
echo "OS_INFO=qcom-distro" >> "${VARS_OUT_PATH}/gh-variables.ini"
59
+ echo "AUDIO_CLIPS_BASE_DIR=/home/AudioClips/" >> "${VARS_OUT_PATH}/gh-variables.ini"
60
echo "BUILD_NUMBER=${{ github.run_id }}-${{ github.run_attempt }}" >> "${VARS_OUT_PATH}/gh-variables.ini"
61
echo "DOCKER_IMAGE_POSTPROCESS=ghcr.io/foundriesio/lava-lmp-sign:main" >> "${VARS_OUT_PATH}/gh-variables.ini"
62
echo "AUTH_HEADER_NAME=Authentication" >> "${VARS_OUT_PATH}/gh-variables.ini"
0 commit comments