From 44d013fe49b2f5512e2c443ba6a196a1f48e5021 Mon Sep 17 00:00:00 2001
From: Ruben Ruiz de Gauna <rubenruizdegauna@proton.me>
Date: Wed, 15 Jan 2025 12:21:24 +0100
Subject: [PATCH] ci: improve fields description

---
 .github/workflows/repository_latest_added_files.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/repository_latest_added_files.yml b/.github/workflows/repository_latest_added_files.yml
index bd8486b91..f3ac7d276 100644
--- a/.github/workflows/repository_latest_added_files.yml
+++ b/.github/workflows/repository_latest_added_files.yml
@@ -9,19 +9,19 @@ on:
         default: '500'
         required: true
       date_year:
-        description: 'UTC Date YEAR (YYYY) to recover the S3 repository back in time'
+        description: 'UTC Date YEAR (YYYY)'
         type: string
         required: true
       date_month:
-        description: 'UTC Date MONTH (MM) to recover the S3 repository back in time'
+        description: 'UTC Date MONTH (MM)'
         type: string
         required: true
       date_day:
-        description: 'UTC Date DAY (DD) to recover the S3 repository back in time'
+        description: 'UTC Date DAY (DD)'
         type: string
         required: true
       time:
-        description: 'UTC Time (HH:MM:SS) to recover the S3 repository back in time'
+        description: 'UTC Time (HH:MM:SS)'
         type: string
         required: true
       environment: