File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666| address | The API address of PipeCD's control-plane. | yes | |
6767| api-key | The API key with READ_WRITE role used by pipectl while communicating with PipeCD's control-plane. | yes | |
6868| 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:
2020 description : ' Maximum amount of time to wait for piped handle the plan preview. Default is 5m.'
2121 required : false
2222 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 : ' '
2327
2428runs :
2529 using : ' docker'
3034 - token=${{ inputs.token }}
3135 - timeout=${{ inputs.timeout }}
3236 - piped-handle-timeout=${{ inputs.piped-handle-timeout }}
37+ - sort-label-keys=${{ inputs.sort-label-keys }}
3338
3439branding :
3540 icon : ' eye'
You can’t perform that action at this time.
0 commit comments