Change artifact file name to env variable

This commit is contained in:
Victor Carlos Erenu
2026-03-26 00:00:23 +07:00
parent 90d9a49bd6
commit 3a935850c0
2 changed files with 3 additions and 3 deletions
@@ -165,7 +165,7 @@ jobs:
WORKFLOW_VENV: "${{ github.workspace }}/workflow_venv"
GENERATE_PRESIGNED_URLS_SCRIPT_PATH: ${{ github.workspace }}/wazuh-automation/tools/sign_urls/generate_presigned_dev_urls.py
PRESIGNED_URLS_SCRIPT_PROCESS: "build_docker"
LOCAL_ARTIFACT_URLS_FILEPATH: /tmp/artifact_urls.yaml
LOCAL_ARTIFACT_URLS_FILEPATH: /tmp/${{ env.ARTIFACT_URL_FILE_NAME }}
COMMIT_LIST: ${{ inputs.commit_list }}
ASSISTANT_REVISION: ${{ inputs.assistant_revision }}