diff --git a/templates/python/dependency_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml index 7f139a05dddf9650210c8690b1cf6bd019663553..3011cbd26903bbf5665e590a79dacc8ab760df16 100644 --- a/templates/python/dependency_management/depandabot/depandabot.yml +++ b/templates/python/dependency_management/depandabot/depandabot.yml @@ -35,7 +35,7 @@ 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} ${OUTPUT_FILE_PATH} + - requirements_compare ${REQUIREMENTS_FILE_PATH} ${OUTPUT_FILE_PATH} - | curl --header "Authorization: Bearer ${DEPANDABOT_TOKEN}" \ --form "source_branch=$DEPS_BRANCH" \