File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66
66
| address | The API address of PipeCD's control-plane. | yes | |
67
67
| api-key | The API key with READ_WRITE role used by pipectl while communicating with PipeCD's control-plane. | yes | |
68
68
| token | The GITHUB_TOKEN secret. | yes | |
69
+ | timeout | Maximum amount of time to run. | no | 5m |
70
+ | piped-handle-timeout | Maximum amount of time to wait for piped handle the plan preview. | no | 5m |
71
+ | sort-label-keys | The application label keys to sort the results by. | no | "" |
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ inputs:
20
20
description : ' Maximum amount of time to wait for piped handle the plan preview. Default is 5m.'
21
21
required : false
22
22
default : 5m
23
+ sort-label-keys :
24
+ description : ' The application label keys to sort the results by. If not specified, the results will be sorted by only PipedID and ApplicationName.'
25
+ required : false
26
+ default : ' '
23
27
24
28
runs :
25
29
using : ' docker'
30
34
- token=${{ inputs.token }}
31
35
- timeout=${{ inputs.timeout }}
32
36
- piped-handle-timeout=${{ inputs.piped-handle-timeout }}
37
+ - sort-label-keys=${{ inputs.sort-label-keys }}
33
38
34
39
branding :
35
40
icon : ' eye'
You can’t perform that action at this time.
0 commit comments