diff --git a/templates/python/dependency_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml index 2c4909e8920ee61e5e63d56390a86b0c792ce47b..e0630de3d3c5b578d38832e95b7e810d6418a1b7 100644 --- a/templates/python/dependency_management/depandabot/depandabot.yml +++ b/templates/python/dependency_management/depandabot/depandabot.yml @@ -35,8 +35,8 @@ depandabot: --form "actions[][file_path]=${OUTPUT_FILE_PATH}" \ --form "actions[][content]=<${OUTPUT_FILE_PATH}" \ "https://${GITLAB_API_URL}/api/v4/projects/${CI_PROJECT_ID}/repository/commits" - - requirements_compare ${REQUIREMENTS_FILE_PATH} # Debug - - requirements_compare ${REQUIREMENTS_FILE_PATH} > description.md + - requirements_compare ${OUTPUT_FILE_PATH} # Debug + - requirements_compare ${OUTPUT_FILE_PATH} > description.md - | curl --header "Authorization: Bearer ${DEPANDABOT_TOKEN}" \ --form "source_branch=$DEPS_BRANCH" \