Skip to content

Commit

Permalink
ci: improve fields description
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Jan 15, 2025
1 parent 1bb2be9 commit bfc3161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/repository_latest_added_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfc3161

Please sign in to comment.