We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba31b37 commit 382ee57Copy full SHA for 382ee57
.github/workflows/repository_lastet_added_files.yml
@@ -4,12 +4,12 @@ on:
4
workflow_dispatch:
5
inputs:
6
count:
7
- description: 'Amount of files to show'
+ description: 'Number of files to show'
8
type: string
9
default: '500'
10
required: true
11
date_time:
12
- description: 'Date and time to show files added before and after (YYYY-MM-DD HH:MM:SS)'
+ description: 'UTC Date and time to show files added before and after (YYYY-MM-DD HH:MM:SS)'
13
14
15
0 commit comments