From e5eddb864aa18440f929b82c54f9b1b1651d8297 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Tue, 12 Sep 2023 14:47:27 +0200
Subject: [PATCH] add debug print

---
 templates/python/dependency_management/depandabot/depandabot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/python/dependency_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml
index 3b4ed34..2c4909e 100644
--- a/templates/python/dependency_management/depandabot/depandabot.yml
+++ b/templates/python/dependency_management/depandabot/depandabot.yml
@@ -35,6 +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}  # Debug
         - requirements_compare ${REQUIREMENTS_FILE_PATH} > description.md
         - |
             curl --header "Authorization: Bearer ${DEPANDABOT_TOKEN}" \
-- 
GitLab